mirror of https://github.com/lianthony/NT4.0
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.
20 lines
436 B
20 lines
436 B
TARGETTYPE= PROGRAM
|
|
TARGETPATH= obj
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= winmain
|
|
|
|
SOURCES= ..\app.rc ..\t.cxx ..\nr.cxx ..\enum.cxx
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
app.rc2 \
|
|
afxres.h
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\private\inc; \
|
|
$(BASEDIR)\private\windows\inc
|
|
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\mpr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
|
|
$(TARGETLIBS)
|