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.

59 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Sources file shared by PostScript and UniDriver UI
  4. !ENDIF
  5. !include $(PRNROOT)\print.inc
  6. USE_MSVCRT=1
  7. DLLENTRY=_DllMainCRTStartup
  8. BUFFER_OVERFLOW_CHECKS=1
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. TARGETLIBS=\
  12. $(PRNROOT)\lib\utils\um\$(O)\utils.lib \
  13. $(PRNROOT)\lib\oemutil\um\$(O)\oemutil.lib \
  14. $(PRNROOT)\lib\helper\um\$(O)\helper.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. $(SDK_LIB_PATH)\ntdll.lib
  22. NTPROFILEINPUT=yes
  23. !if defined(WINNT_40)
  24. INCLUDES=$(INCLUDES);.;..;$(BASEDIR)\private\windows\inc;$(PRNROOT)\parsers\ppd;$(PRNROOT)\unidrv2\inc
  25. !else
  26. INCLUDES=$(INCLUDES);.;..;$(PRNROOT)\parsers\ppd;$(PRNROOT)\unidrv2\inc; \
  27. $(WINDOWS_INC_PATH);
  28. !endif
  29. C_DEFINES=$(C_DEFINES) -DOEMCOM
  30. SOURCES=\
  31. ..\intfui.cxx \
  32. ..\initdll.c \
  33. ..\fontsub.c \
  34. ..\commonui.c \
  35. ..\dm.c \
  36. ..\driverui.c \
  37. ..\devcaps.c \
  38. ..\docprop.c \
  39. ..\prnprop.c \
  40. ..\prnevent.c \
  41. ..\quryprnt.c \
  42. ..\upgrade.c \
  43. ..\forms.c \
  44. ..\oemui.c \
  45. ..\driverui.rc
  46. PRECOMPILED_INCLUDE=precomp.h
  47. PRECOMPILED_PCH=precomp.pch
  48. PRECOMPILED_OBJ=precomp.obj