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.

25 lines
396 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\parsers\ppd\um=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. !include ..\sources.inc
  9. TARGETNAME=ppd
  10. TARGETPATH=obj
  11. TARGETTYPE=LIBRARY
  12. INCLUDES=$(INCLUDES);..;$(WINDOWS_INC_PATH);
  13. SOURCES=\
  14. $(SOURCES) \
  15. ..\ppdchar.c \
  16. ..\ppdentry.c \
  17. ..\ppdkwd.c \
  18. ..\ppdparse.c