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.
This commit is contained in:
parent
20eb0a9e67
commit
5f1a60972c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue