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.

72 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME = psub
  15. TARGETPATH = ..\..\bin\$(_OBJ_DIR)
  16. TARGETTYPE = DYNLINK
  17. UMTYPE=windows
  18. DLLDEF=psub.def
  19. DLLENTRY=_DllMainCRTStartup
  20. MSC_WARNING_LEVEL=/W4 /WX
  21. !if $(FREEBUILD)
  22. C_DEFINES=-D_MT -DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  23. !else
  24. C_DEFINES=-D_MT -DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT -D_DEBUG
  25. !endif
  26. SUBSYSTEM_VERSION = 5.00
  27. USE_IOSTREAM = 1
  28. USE_NATIVE_EH = 1
  29. USE_MSVCRT = 1
  30. USE_ATL=1
  31. ATL_VER=30
  32. SOURCES = \
  33. psub.idl \
  34. psub.cpp \
  35. psub.rc
  36. PASS0_HEADERDIR=..\..\inc\derived
  37. PASS0_SOURCEDIR=.
  38. MIDL_UUIDDIR=.
  39. MIDL_TLBDIR=.
  40. INCLUDES = \
  41. ..\..\inc; \
  42. ..\..\inc\derived
  43. TARGETLIBS = \
  44. $(SDK_LIB_PATH)\kernel32.lib \
  45. $(SDK_LIB_PATH)\oleaut32.lib \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\advapi32.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\rpcns4.lib \
  51. $(SDK_LIB_PATH)\rpcrt4.lib \
  52. $(SDK_LIB_PATH)\vssext.lib