Leaked source code of windows server 2003
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.
 
 
 
 
 
 

31 lines
602 B

!IF 0
Copyright (c) 1996 Microsoft Corporation
C_DEFINES=$(C_DEFINES) -DDBG=1
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\tools\uni\gpdchkr=)
!endif
!include $(PRNROOT)\print.inc
TARGETNAME=gpdcheck
TARGETPATH=obj
TARGETTYPE=PROGRAM
INCLUDES=$(INCLUDES);$(PRNROOT)\parsers\gpd
USE_MSVCRT=1
SOURCES=gpdcheck.c gpdcheck.rc
UMTYPE=console
UMLIBS=\
$(PRNROOT)\lib\utils\um\$O\utils.lib \
$(PRNROOT)\parsers\gpd\db\$O\gpd.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\setargv.obj \
$(SDK_LIB_PATH)\ntdll.lib