mirror of https://github.com/tongzx/nt5src
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.
26 lines
467 B
26 lines
467 B
|
|
TARGETNAME=ntbooks
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
#INCLUDES = ..\inc;..\..\..\inc
|
|
|
|
SOURCES=msg.mc \
|
|
bkutils.c \
|
|
bkprof.c \
|
|
bkmem.c \
|
|
bkhlpfil.c \
|
|
bkres.c \
|
|
bkthrdlg.c \
|
|
bkinst.c \
|
|
ntbooks.c \
|
|
books.rc
|
|
|
|
C_DEFINES=-DUNICODE
|
|
|
|
UMTYPE=windows
|
|
UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib
|
|
|
|
NTTARGETFILES=
|