Source code of Windows XP (NT5)
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.
|
|
!IF 0 /*---------------------------------------------------------------------------*\ | MODULE: sources | | FLAGS | ----- | USE_MSVCRT | USE_CHWDLL | | | history: | 29-Dec-1996 <chriswil> created. | \*---------------------------------------------------------------------------*/ !ENDIF
MAJORCOMP = windows MINORCOMP = wpnpinst
TARGETNAME = wpnpinst TARGETPATH = obj TARGETTYPE = PROGRAM
USE_MSVCRT = 1
INCLUDES = $(BASEDIR)\public\sdk\inc
MSC_WARNING_LEVEL=/W3 /WX
SOURCES = wpnpinst.c \ globals.c \ wpnpinst.rc
UMTYPE = $(MAJORCOMP) UMAPPL = $(MINORCOMP) UMENTRY = $(TARGETENTRY) UMBASE = 0x4000000 TARGETLIBS = $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\wintrust.lib \ $(SDK_LIB_PATH)\fdi.lib
|