Leaked source code of windows server 2003
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.
 
 
 
 
 
 

25 lines
456 B

# component
MINORCOMP=OSUNINST
MAJORCOMP=setup
# target
TARGETNAME=OSUNINST
TARGETPATH=obj
TARGETTYPE=DYNLINK
# compiler options
USE_CRTDLL=1
C_DEFINES=$(C_DEFINES) -DUNICODE
# linker options
DLLDEF=undo.def
DLLENTRY=_DllMainCRTStartup
# source files
SOURCES=interface.c undo.rc
# binplace options
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib