diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:15:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:15:43 +0000 |
commit | 5f1a60972cffada02baeda9bf0cef41eb3f165f9 (patch) | |
tree | 96a6a9c9a8e3ff50b037dd77988552ab0283760d /cppuhelper/source | |
parent | 20eb0a9e67b93c32d0027ac79399f076318aa2fd (diff) |
INTEGRATION: CWS os2port02 (1.49.2); FILE MERGED
2007/11/01 08:21:39 obr 1.49.2.2: RESYNC: (1.49-1.51); FILE MERGED
2007/09/29 16:25:05 ydario 1.49.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 3d4e3c3c6ce2..b7acbd5edaee 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.51 $ +# $Revision: 1.52 $ # -# last change: $Author: vg $ $Date: 2007-10-26 11:27:31 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:15:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -179,6 +179,8 @@ DEF1NAME=$(SHL1TARGET) SHL1VERSIONMAP=msvc_win32_intel.map .ELIF "$(COMNAME)"=="sunpro5" SHL1VERSIONMAP=cc5_solaris_sparc.map +.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3" +SHL1VERSIONMAP=gcc3os2.map .ELIF "$(COMNAME)"=="gcc3" SHL1VERSIONMAP=gcc3.map .ENDIF |