From 6962da872599da4fce8faf2ab36e087f5bcedae8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 16:35:22 +0000 Subject: 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 --- ucb/source/core/makefile.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ucb') 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) -- cgit