diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:28:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:28:20 +0000 |
commit | 528a00c1bb50d1ba46e032d175d65c0757e71563 (patch) | |
tree | 29f7eeb0a171f1ac9f0fe8f3b529d02fcdd58ef4 /scaddins/source | |
parent | 4fd99235fa4af6ac0eda2dc068e3e7204f7ab1af (diff) |
INTEGRATION: CWS os2port01 (1.14.30); FILE MERGED
2007/07/16 12:50:59 obr 1.14.30.2: RESYNC: (1.14-1.16); FILE MERGED
2006/12/28 15:04:51 ydario 1.14.30.1: OS/2 initial import.
Diffstat (limited to 'scaddins/source')
-rw-r--r-- | scaddins/source/analysis/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk index 4e6d4c19d5d6..b6213675e827 100644 --- a/scaddins/source/analysis/makefile.mk +++ b/scaddins/source/analysis/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:22:02 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:28:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ SLOFILES=\ $(SLO)$/bessel.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 |