INTEGRATION: CWS mingwport03 (1.8.20); FILE MERGED
2006/09/18 15:10:56 vg 1.8.20.1: #i53572# MinGW port
This commit is contained in:
parent
00710789c7
commit
1db4f0a89e
1 changed files with 10 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.8 $
|
||||
# $Revision: 1.9 $
|
||||
#
|
||||
# last change: $Author: ihi $ $Date: 2006-06-29 11:17:07 $
|
||||
# last change: $Author: vg $ $Date: 2007-03-26 14:08:29 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -62,10 +62,16 @@ SLOFILES = \
|
|||
$(SLO)$/upgrade.obj
|
||||
|
||||
STDSHL += \
|
||||
advapi32.lib\
|
||||
msi.lib\
|
||||
$(ADVAPI32LIB)\
|
||||
$(MSILIB)\
|
||||
$(LIBSTLPORTST)
|
||||
|
||||
.IF "$(COM)"=="GCC"
|
||||
STDSHL+= \
|
||||
$(KERNEL32LIB)\
|
||||
-lmsvcrt
|
||||
.ENDIF
|
||||
|
||||
SHL1LIBS = $(SLB)$/$(TARGET).lib
|
||||
|
||||
SHL1TARGET = $(TARGET)
|
||||
|
|
Loading…
Reference in a new issue