diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:10:56 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:10:56 +0000 |
commit | d1bdbfa91a77c96af1326067990e8d5cd731d227 (patch) | |
tree | 28dcc74e23f7be5784036b2b020c8a2489939e07 /salhelper/source/makefile.mk | |
parent | 63f00b04ca53606d27164ec004024b3d46080a78 (diff) |
INTEGRATION: CWS sb22 (1.19.22); FILE MERGED
2004/10/22 07:32:02 sb 1.19.22.3: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.
2004/10/18 10:31:51 sb 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED
2004/09/20 12:06:06 sb 1.19.22.1: #109743# Removed obsolete version map files.
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 2ef508c196e7..e8044876676c 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: hr $ $Date: 2004-09-09 11:44:52 $ +# last change: $Author: pjunck $ $Date: 2004-11-03 09:10:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,11 +92,11 @@ SLOFILES= \ SLOFILES+=$(SLO)$/staticmb.obj .ENDIF -.IF "$(UNIXVERSIONNAMES)" != "" +.IF "$(GUI)" == "WNT" SHL1TARGET= $(TARGET)$(COMID) .ELSE -SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID) -.ENDIF # UNIXVERSIONNAMES +SHL1TARGET= uno_$(TARGET)$(COMID) +.ENDIF SHL1STDLIBS=$(SALLIB) @@ -111,12 +111,8 @@ DEF1NAME= $(SHL1TARGET) SHL1VERSIONMAP=msci.map .ELIF "$(COMNAME)"=="sunpro5" SHL1VERSIONMAP=sols.map -.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc2" -SHL1VERSIONMAP=lngi.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map -.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2" -SHL1VERSIONMAP=lngi.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3" |