windows-nt/Source/XPSP1/NT/base/mvdm/vdmutils/pifedit/sources

26 lines
447 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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