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.
15 lines
424 B
15 lines
424 B
MAJORCOMP=utils
|
|
MINORCOMP=mep
|
|
|
|
TARGETNAME=mepparty
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
LINKLIBS=\nt\public\sdk\lib\*\exthdr.lib
|
|
TARGETLIBS=\nt\public\sdk\lib\*\kernel32.lib \nt\public\sdk\lib\*\user32p.lib
|
|
|
|
INCLUDES=.;..\..\inc;\nt\private\sdktools\ztools\inc;\nt\private\windows\inc
|
|
|
|
SOURCES= mepparty.c mepparty.rc
|
|
|
|
C_DEFINES=-D_OS2_20_=0 -DNO_EXT_KEYS -DEXTERNAL= -DEXPORT= -Dpascal= -Dfar= -DNOLANMAN -DNT
|
|
UMTYPE=console
|