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.

44 lines
694 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. ya !include ..\sources.inc
  4. !ENDIF
  5. !ifndef PRNROOT
  6. PRNROOT=$(MAKEDIR:\parsers\gpd\db=)
  7. !endif
  8. !include $(PRNROOT)\print.inc
  9. TARGETNAME=gpd
  10. TARGETPATH=obj
  11. TARGETTYPE=LIBRARY
  12. INCLUDES=$(INCLUDES);..
  13. C_DEFINES=$(C_DEFINES) -DPARSERLIB -DDBG=1
  14. SOURCES=$(SOURCES) \
  15. ..\snapshot.c \
  16. ..\snaptbl.c \
  17. ..\helper1.c \
  18. ..\semanchk.c \
  19. ..\framwrk1.c \
  20. ..\token1.c \
  21. ..\state1.c \
  22. ..\state2.c \
  23. ..\value1.c \
  24. ..\constrnt.c \
  25. ..\postproc.c \
  26. ..\command.c \
  27. ..\macros1.c \
  28. ..\shortcut.c \
  29. ..\installb.c \
  30. ..\preproc1.c \
  31. ..\treewalk.c