49 lines
835 B
Plaintext
49 lines
835 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
kris Aksdal '98
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=SysParse
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
INCLUDES=.\; \
|
||
|
|
||
|
C_DEFINES=-DUSE_REGEXP -DWIN32
|
||
|
|
||
|
LINKER_FLAGS=/SWAPRUN:CD /SWAPRUN:NET
|
||
|
|
||
|
SOURCES = sysparse.cpp \
|
||
|
sysparse.rc \
|
||
|
cmdline.cpp \
|
||
|
geninfo.cpp \
|
||
|
logger.cpp \
|
||
|
devwalk.cpp \
|
||
|
genapwlk.cpp \
|
||
|
nt4dev.cpp \
|
||
|
nt5net.cpp
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\version.lib \
|
||
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib
|