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
472 B

MAJORCOMP=windows
MINORCOMP=shell
TARGETNAME=pifedit
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=
INCLUDES=\nt\private\windows\inc;..\..\inc
SOURCES= pifedit.c mods.c pifsubs.c pifedit.rc
C_DEFINES=-DWIN32 -DSTRICT
UMTYPE=windows
UMENTRY=winmain
UMAPPL=pifedit
UMLIBS= \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(O)\pifsubs.obj \
$(O)\mods.obj \
$(O)\pifedit.res