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.

48 lines
833 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. ya !include ..\sources.inc
  4. C_DEFINES=$(C_DEFINES) -DPARSERLIB -DDBG=1
  5. The DBG1 is required so that gpdchecker can emit error messages
  6. even if built using free build.
  7. !ENDIF
  8. !ifndef PRNROOT
  9. PRNROOT=$(MAKEDIR:\parsers\gpd\lib=)
  10. !endif
  11. !include $(PRNROOT)\print.inc
  12. TARGETNAME=gpd
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=$(INCLUDES);..
  16. C_DEFINES=$(C_DEFINES) -DPARSERLIB
  17. SOURCES=$(SOURCES) \
  18. ..\snapshot.c \
  19. ..\snaptbl.c \
  20. ..\helper1.c \
  21. ..\semanchk.c \
  22. ..\framwrk1.c \
  23. ..\token1.c \
  24. ..\state1.c \
  25. ..\state2.c \
  26. ..\value1.c \
  27. ..\constrnt.c \
  28. ..\postproc.c \
  29. ..\command.c \
  30. ..\macros1.c \
  31. ..\shortcut.c \
  32. ..\installb.c \
  33. ..\preproc1.c \
  34. ..\treewalk.c