From f9aad43d930c941b59fa542e2f7ffe12d111d714 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 11:28:41 +0000
Subject: 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.
---
salhelper/source/makefile.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'salhelper/source')
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"
--
cgit