diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:28:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:28:41 +0000 |
commit | f9aad43d930c941b59fa542e2f7ffe12d111d714 (patch) | |
tree | 24fc71e0dbb8a230979480e2aba7b1392907d599 /salhelper/source | |
parent | fd0237e03f8ba9c3f7778cac6d03728dad07455f (diff) |
INTEGRATION: CWS os2port02 (1.29.2); FILE MERGED
2007/09/30 11:56:31 ydario 1.29.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'salhelper/source')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index ce320fcab34d..dacbbe20d369 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.30 $ +# $Revision: 1.31 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:46:10 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:28:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,8 @@ DEF1NAME= $(SHL1TARGET) .IF "$(COMNAME)"=="msci" SHL1VERSIONMAP=msci.map +.ELIF "$(GUI)"=="OS2" +SHL1VERSIONMAP=gcc3os2.map .ELIF "$(COMNAME)"=="sunpro5" SHL1VERSIONMAP=sols.map .ELIF "$(COMNAME)"=="gcc3" |