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.
18 lines
412 B
18 lines
412 B
TARGETTYPE= PROGRAM
|
|
TARGETPATH= obj
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= winmain
|
|
|
|
INCLUDES= $(NET_INC_PATH);
|
|
|
|
SOURCES= ..\app.rc ..\t.cxx ..\nr.cxx ..\enum.cxx
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
app.rc2 \
|
|
afxres.h
|
|
|
|
TARGETLIBS=\
|
|
$(NET_LIB_PATH)\mprp.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(TARGETLIBS)
|