diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-12 14:35:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-12 14:35:31 +0000 |
commit | 185fb7040b0624c060a363ae20df4e3961e51e92 (patch) | |
tree | 64e7646a763fc02121f133427fca6d383af34750 /solenv/inc/wntmsci10.mk | |
parent | 478b6a6cb19d0d0dfd643dadc59c82f296a36d81 (diff) |
INTEGRATION: CWS nowrapcmd1 (1.33.12); FILE MERGED
2007/11/08 20:49:04 vq 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED
2007/10/07 16:28:19 vq 1.33.12.1: #i82202# Add needed NOWRAPCMD changes.
Diffstat (limited to 'solenv/inc/wntmsci10.mk')
-rw-r--r-- | solenv/inc/wntmsci10.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/wntmsci10.mk b/solenv/inc/wntmsci10.mk index 12b25dd37d7e..ff0bb9ffcf8b 100644 --- a/solenv/inc/wntmsci10.mk +++ b/solenv/inc/wntmsci10.mk @@ -4,9 +4,9 @@ # # $RCSfile: wntmsci10.mk,v $ # -# $Revision: 1.36 $ +# $Revision: 1.37 $ # -# last change: $Author: kz $ $Date: 2007-12-12 13:22:50 $ +# last change: $Author: kz $ $Date: 2007-12-12 15:35:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -323,7 +323,7 @@ RCSETVERSION= DLLPOSTFIX=mi -CSC*=$(WRAPCMD) csc +CSC*=$(FLIPCMD) csc VBC*=$(WRAPCMD) vbc ADVAPI32LIB=advapi32.lib |