mirror of https://github.com/lianthony/NT4.0
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
474 B
25 lines
474 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= \
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
|
|
obj\*\pifsubs.obj \
|
|
obj\*\mods.obj \
|
|
obj\*\pifedit.res
|
|
|