summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-04-29 12:04:57 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-04-29 12:04:57 +0000
commit6903894434516a17a1e2e6c93105c7a2acee6d1d (patch)
treecd80900deb5633f83c3380d944674a4b6b09f5b9 /solenv/inc/wnt.mk
parentb93fbefc1bc6a076af975619b4cf9af5b15cb7b6 (diff)
#100000# confused pro and nonpro
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 721e7db65e6a..97656d2edbc7 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.48 $
+# $Revision: 1.49 $
#
-# last change: $Author: hjs $ $Date: 2003-04-08 13:57:52 $
+# last change: $Author: hjs $ $Date: 2003-04-29 13:04:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -258,9 +258,9 @@ CFLAGSDEBUG=-Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB
.ENDIF
CFLAGSDBGUTIL=
CFLAGSOPT=-Ox
-.IF "$(PRODUCT)"!=""
+.IF "$(PRODUCT)"==""
CFLAGSOPT+=-Oy-
-.ENDIF # "$(PRODUCT)"!=""
+.ENDIF # "$(PRODUCT)"==""
CFLAGSNOOPT=-Od
CFLAGSOUTOBJ=-Fo
.IF "$(COMEX)"=="8"