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.
43 lines
840 B
43 lines
840 B
TARGETNAME=wextract
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
#
|
|
# The TARGETLIBS specifies additional libraries to link with you target
|
|
# image. Each library path specification should contain an asterisk (*)
|
|
# where the machine specific subdirectory name should go.
|
|
#
|
|
|
|
TARGETLIBS=\
|
|
..\..\sdslib\$(O)\sdsutils.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\fdi.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|
|
|
|
!if !$(386)
|
|
USE_MSVCRT=1
|
|
!endif
|
|
|
|
C_DEFINES=\
|
|
-DNASHVILLE
|
|
|
|
INCLUDES= \
|
|
..\common; \
|
|
..\..\sdslib
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=\
|
|
wextract.rc \
|
|
pch.c \
|
|
utils.c \
|
|
wextract.c
|
|
|
|
USE_NOLIBS=1
|
|
UMTYPE=windows
|
|
UMENTRY=ModuleEntry
|
|
UMENTRYABS=ModuleEntry
|
|
SUBSYSTEM_VERSION=4.00
|
|
USE_PDB=1
|
|
|
|
BUFFER_OVERFLOW_CHECKS=NO_NTDLL
|