diff options
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) |