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