You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
495 B
29 lines
495 B
|
|
GETCONN_DIR = ..\..\
|
|
|
|
!include $(GETCONN_DIR)\common.inc
|
|
|
|
INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwconn
|
|
|
|
MAJORCOMP=GETCONN
|
|
MINORCOMP=ICWRES
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
TARGETNAME=ICWRES
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
#SET THE ICWRES FLAG FOR THE IFDEFs
|
|
C_DEFINES = -DICWRES -DNASHVILLE
|
|
|
|
DLLDEF=..\icwres.def
|
|
|
|
# Make sure this is built before we continue
|
|
SYNCHRONIZE_BLOCK = 1
|
|
|
|
SOURCES= \
|
|
..\icwconn.rc \
|
|
..\icwres.cpp
|
|
|
|
TARGETLIBS= \
|