summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:41:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:41:23 +0000
commit4d68205aa0768489602fae3da813d61cdf33dbbe (patch)
tree4f1e9d7eef2c86ec8bdf9dbae49721bf45c57144 /jvmaccess
parent7280a0176f6728f7129efca19474dac8c490ec09 (diff)
INTEGRATION: CWS os2port02 (1.10.2); FILE MERGED
2007/09/29 16:41:27 ydario 1.10.2.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'jvmaccess')
-rw-r--r--jvmaccess/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk
index 22afb6677dea..2be4c21bb297 100644
--- a/jvmaccess/util/makefile.mk
+++ b/jvmaccess/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 13:03:30 $
+# last change: $Author: hr $ $Date: 2007-11-02 12:41:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -69,6 +69,8 @@ SHL1VERSIONMAP = gcc3_linux_intel.map
SHL1VERSIONMAP = gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)" == "LINUXSgcc3"
SHL1VERSIONMAP = gcc3_linux_intel.map
+.ELIF "$(OS)$(CPU)$(COMNAME)" == "OS2Igcc3"
+SHL1VERSIONMAP = gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
SHL1VERSIONMAP = gcc3_linux_intel.map
.ELIF "$(GUI)$(COM)" == "WNTGCC"