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

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Sources file for PostScript UI
  4. !ENDIF
  5. !ifndef PRNROOT
  6. PRNROOT=$(MAKEDIR:\driverui\ps=)
  7. !endif
  8. !include ..\sources.inc
  9. !ifndef ADOBE
  10. !ifdef WINNT_40
  11. TARGETNAME=ps4ui
  12. !else
  13. TARGETNAME=ps5ui
  14. !endif #WINNT_40
  15. !else #ADOBE
  16. TARGETNAME=AdobePSu
  17. !endif #ADOBE
  18. !ifdef WINNT_40
  19. !ifndef ADOBE
  20. DLLBASE=@$(COFFBASE_TXT_FILE),ps4ui
  21. !else
  22. DLLBASE=@$(COFFBASE_TXT_FILE),pscrptui
  23. !endif #ADOBE
  24. !endif #WINNT_40
  25. TARGETLIBS=\
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(PRNROOT)\lib\ps\um\$(O)\pslib.lib \
  28. $(PRNROOT)\parsers\ppd\um\$(O)\ppd.lib \
  29. $(TARGETLIBS)
  30. !ifndef WINNT_40
  31. !ifndef BUILD_FROM_DDK
  32. TARGETLIBS=\
  33. $(WINDOWS_LIB_PATH)\user32p.lib \
  34. $(TARGETLIBS)
  35. !endif
  36. !endif #WINNT_40
  37. C_DEFINES=$(C_DEFINES) -DPSCRIPT
  38. SOURCES=ps.c psoemhlp.c custsize.c $(SOURCES)