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.
23 lines
393 B
23 lines
393 B
MAJORCOMP=shell
|
|
MINORCOMP=wep
|
|
|
|
TARGETNAME=pegged
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.;..
|
|
|
|
C_DEFINES=-DWIN32
|
|
|
|
SOURCES=pegged.c res.rc
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMAPPL=pegged
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\pwin32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
..\aboutwep\obj\*\aboutwep.lib \
|
|
obj\*\pegged.lib obj\*\res.res
|