Kaydet (Commit) 9b523553 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS cowfixes01 (1.5.12); FILE MERGED

2006/03/24 12:34:13 thb 1.5.12.2: #i63396# Finalized job of extracting WinAPI stuff to separate compilation unit
2006/03/20 18:22:29 thb 1.5.12.1: #i63396# Moved Windows-specific stuff to separate compilation unit
üst 406dfa96
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.5 $
# $Revision: 1.6 $
#
# last change: $Author: rt $ $Date: 2005-09-09 12:07:19 $
# last change: $Author: obo $ $Date: 2006-07-13 10:02:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -37,6 +37,7 @@ PRJ=..
PRJNAME=testshl2
TARGET=testshl2
TARGETTYPE=CUI
PRJINC=.
ENABLE_EXCEPTIONS=TRUE
#USE_LDUMP2=TRUE
......@@ -82,6 +83,10 @@ APP1LIBS= \
$(LB)$/cppunit_no_regallfkt.lib \
$(SLB)$/testresult.lib
.IF "$(GUI)"=="WNT"
APP1LIBS += $(LB)$/winstuff.lib
.ENDIF
#
# ------------------------------------------------------------------
APP2TARGET= versioninfo
......@@ -101,6 +106,10 @@ APP3STDLIBS=$(SALLIB)
APP3DEPN=
APP3LIBS=
.IF "$(GUI)"=="WNT"
APP3LIBS += $(LB)$/winstuff.lib
.ENDIF
# --- Targets ------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment