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.

26 lines
400 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\btools\pdlparse=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=pdlparse
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. NO_BINPLACE=1
  10. INCLUDES=$(ROOT)\src\core\include; \
  11. $(ROOT)\src\core\cdutil; \
  12. !undef USE_NOLIBS
  13. !undef USE_NTDLL
  14. USE_MSVCRT=1
  15. NOT_LEAN_AND_MEAN=1
  16. SOURCES= \
  17. main.cxx
  18. UMTYPE=console