diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:39:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:39:51 +0000 |
commit | fb8959ba948880cc12f14326bf578c5589ae9ab7 (patch) | |
tree | 182b10fb7cc8233ffbf817e9dce89c725cfa3c44 /salhelper | |
parent | f15ca6370492d6cdc8a3e37506633aab23233e26 (diff) |
INTEGRATION: CWS mingwport03 (1.24.4); FILE MERGED
2007/03/20 10:48:10 vg 1.24.4.2: RESYNC MERGED 1.24 1.25
Everything below this line will be added to the revision comment.
2006/09/07 10:45:35 vg 1.24.4.1: #i53572# MinGW port
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 34108e101..da06b5cae 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: rt $ $Date: 2007-01-31 08:45:24 $ +# last change: $Author: vg $ $Date: 2007-03-26 15:39:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -88,6 +88,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map SHL1VERSIONMAP=gcc3_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map +.ELIF "$(GUI)$(COM)"=="WNTGCC" +SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF # --- Targets ------------------------------------------------------ |