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
968 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\tools\ps\ppdcheck=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. !IF 0
  9. Force checked build, because the PPD parser warnings are only output in checked builds
  10. !ENDIF
  11. NTDEBUG=ntsd
  12. TARGETNAME=ppdcheck
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. INCLUDES=$(INCLUDES);$(PRNROOT)\parsers\ppd; \
  16. $(WINDOWS_INC_PATH);
  17. C_DEFINES=$(C_DEFINES) -DPPDCHECK=1
  18. USE_MSVCRT=1
  19. USE_IOSTREAM=1
  20. SOURCES=ppdcheck.c \
  21. w_ppd.c w_kwd.c w_char.c w_entry.c w_csize.c w_parse.c \
  22. pass2.cpp \
  23. ppdcheck.rc
  24. UMTYPE=console
  25. UMLIBS=\
  26. $(PRNROOT)\lib\utils\um\$O\utils.lib \
  27. $(PRNROOT)\lib\ps\um\$(O)\pslib.lib \
  28. $(PRNROOT)\lib\helper\um\$(O)\helper.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(WINDOWS_LIB_PATH)\user32p.lib \
  31. $(SDK_LIB_PATH)\winspool.lib \
  32. $(SDK_LIB_PATH)\setargv.obj \
  33. $(SDK_LIB_PATH)\ntdll.lib