diff options
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 28cc1d4ec5e5..0e2c244721d6 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: hr $ $Date: 2007-08-03 12:32:52 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:04:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE USE_DEFFILE=TRUE -.IF "$(OS)" != "WNT" +.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2" UNIXVERSIONNAMES=UDK .ENDIF # WNT @@ -57,12 +57,14 @@ SLOFILES= \ $(SLO)$/simplereferenceobject.obj # SCO: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" +.IF "$(OS)"=="SCO" SLOFILES+=$(SLO)$/staticmb.obj .ENDIF .IF "$(GUI)" == "WNT" SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID) +.ELIF "$(GUI)" == "OS2" +SHL1TARGET= salhelp$(UDK_MAJOR) .ELSE SHL1TARGET= uno_$(TARGET)$(COMID) .ENDIF |