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.
27 lines
574 B
27 lines
574 B
!IF 0
|
|
|
|
Build NT specific GPC data extensions
|
|
|
|
Copyright (C) 1992 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=ntgpcedt
|
|
|
|
TARGETNAME=ntgpcedt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
INCLUDES=../../../lib;../../rasdd;../../inc;../../../../inc;$(BASEDIR)/private/windows/inc;../../lib;$(BASEDIR)/public/sdk/inc;$(BASEDIR)/public/oak/inc;
|
|
|
|
SOURCES=ntgpcedt.c \
|
|
ntgpcedt.rc
|
|
|
|
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
UMAPPL=ntgpcedt
|
|
UMLIBS=obj\*\ntgpcedt.res \
|
|
\nt/public/sdk/lib/*/ntdll.lib \
|
|
\nt/public/sdk/lib/*/comdlg32.lib
|