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.
22 lines
305 B
22 lines
305 B
TARGETNAME=updfile
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES= \
|
|
..\common
|
|
|
|
SOURCES=\
|
|
updfile.rc \
|
|
updfile.c \
|
|
updres.c
|
|
|
|
C_DEFINES=\
|
|
-DNASHVILLE
|
|
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
USE_LIBCMT=1
|