diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:35:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:35:22 +0000 |
commit | 6962da872599da4fce8faf2ab36e087f5bcedae8 (patch) | |
tree | 7fc4d10241eebd4e2997586b9750cc5f40981d2b /ucb | |
parent | 09bff25912cf2ed2d33cd206d8308d6ed56eff93 (diff) |
INTEGRATION: CWS os2port03 (1.20.50); FILE MERGED
2008/07/16 13:42:21 obr 1.20.50.2: RESYNC: (1.20-1.21); FILE MERGED
2008/01/29 14:56:59 ydario 1.20.50.1: os2 build fixes.
Issue number:i85203
Submitted by:ydario
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ucb/source/core/makefile.mk b/ucb/source/core/makefile.mk index 591a2ed48795..963aa038dab0 100644 --- a/ucb/source/core/makefile.mk +++ b/ucb/source/core/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # # This file is part of OpenOffice.org. # @@ -64,7 +64,11 @@ SHL1LIBS=\ $(SLB)$/regexp.lib SHL1IMPLIB=i$(TARGET) +.IF "$(GUI)" == "OS2" +DEF1EXPORTFILE=exports2.dxp +.ELSE SHL1VERSIONMAP=exports.map +.ENDIF DEF1NAME=$(SHL1TARGET) |