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.

50 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1999-2003 Microsoft Corporation
  3. All Rights Reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. !ENDIF
  12. NTPROFILEINPUT=yes
  13. C_DEFINES=-DUNICODE -DNO_STRICT
  14. # @@BEGIN_DDKSPLIT
  15. C_DEFINES=-DUNICODE -DNO_STRICT -DINTERNAL
  16. INCLUDES=..\..\inc
  17. # @@END_DDKSPLIT
  18. !IFNDEF MSC_WARNING_LEVEL
  19. MSC_WARNING_LEVEL=/W3
  20. !ENDIF
  21. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  22. TARGETNAME=pjlmon
  23. TARGETPATH=obj
  24. TARGETTYPE=DYNLINK
  25. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\spoolss.lib
  29. DLLENTRY=_DllMainCRTStartup
  30. USE_MSVCRT=1
  31. # @@BEGIN_DDKSPLIT
  32. BUFFER_OVERFLOW_CHECKS=1
  33. # @@END_DDKSPLIT
  34. SOURCES=util.c \
  35. pjlmon.c \
  36. parsepjl.c \
  37. pjlmon.rc