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.
 
 
 
 
 
 

26 lines
374 B

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
ROOT=$(MAKEDIR:\btools\pdlparse=)
!include $(ROOT)\common.inc
TARGETNAME=pdlparse
TARGETPATH=obj
TARGETTYPE=PROGRAM
NO_BINPLACE=1
INCLUDES=$(ROOT)\src\core\include; \
$(ROOT)\src\core\cdutil; \
!undef USE_NOLIBS
!undef USE_NTDLL
USE_MSVCRT=1
NOT_LEAN_AND_MEAN=1
SOURCES= \
main.cxx
UMTYPE=console