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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. ya !include ..\sources.inc
  4. !ENDIF
  5. !ifndef PRNROOT
  6. PRNROOT=$(MAKEDIR:\parsers\gpd\dll=)
  7. !endif
  8. !include $(PRNROOT)\print.inc
  9. USE_MSVCRT=1
  10. TARGETNAME=gpdparse
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. TARGETLIBS=\
  14. $(PRNROOT)\lib\utils\um\$(O)\utils.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\winspool.lib \
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\shell32.lib \
  20. $(SDK_LIB_PATH)\comctl32.lib \
  21. $(WINDOWS_LIB_PATH)\htui.lib \
  22. $(SDK_LIB_PATH)\ntdll.lib
  23. DLLENTRY=_DllMainCRTStartup
  24. NTPROFILEINPUT=yes
  25. DLLBASE=@$(COFFBASE_TXT_FILE),gpdparse
  26. INCLUDES=$(INCLUDES);..
  27. C_DEFINES=$(C_DEFINES) -DPARSERDLL
  28. SOURCES=$(SOURCES) \
  29. ..\helper1.c \
  30. ..\snapshot.c \
  31. ..\framwrk1.c \
  32. ..\token1.c \
  33. ..\state1.c \
  34. ..\state2.c \
  35. ..\value1.c \
  36. ..\constrnt.c \
  37. ..\postproc.c \
  38. ..\command.c \
  39. ..\installb.c \
  40. ..\initdll.c \
  41. ..\macros1.c \
  42. ..\preproc1.c \
  43. ..\shortcut.c \
  44. dllver.rc