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.

76 lines
2.0 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. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = perform
  15. #
  16. # This is the name of the target built from the source files specified
  17. # below. The name should include neither the path nor the file extension.
  18. #
  19. TARGETNAME= procswap
  20. TARGETPATH= obj
  21. #
  22. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  23. # etc.
  24. #
  25. TARGETTYPE= PROGRAM
  26. INCLUDES= $(BASEDIR)\private\ole32\ih;..\..\common
  27. INCLUDES= $(INCLUDES);$(BASEDIR)\private\ole32\common\chicago;..
  28. INCLUDES= $(INCLUDES);..\..\ole32\tests
  29. C_DEFINES= \
  30. $(C_DEFINES) \
  31. -DFLAT \
  32. -DWIN32=200 \
  33. -D_CHICAGO_=200 \
  34. -DNOEXCEPTIONS \
  35. -DCAIROLE_DOWNLEVEL
  36. SOURCES= \
  37. ..\procswap.cxx
  38. UMTYPE= windows
  39. UMENTRY= winmain
  40. LINKLIBS= \
  41. $(BASEDIR)\private\ole32\ilib\chicago\$(O)\uuid.lib \
  42. ..\..\common\chicago\$(O)\common.lib \
  43. $(BASEDIR)\private\ole32\com\port\chicago\$(O)\port.lib \
  44. $(BASEDIR)\private\ole32\common\chicago\$(O)\common.lib \
  45. $(SDK_LIB_PATH)\uuid.lib \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\gdi32.lib \
  48. $(SDK_LIB_PATH)\kernel32.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\rpcrt4.lib \
  52. $(SDK_LIB_PATH)\rpcns4.lib \
  53. $(SDK_LIB_PATH)\ntdll.lib
  54. USE_CMTLIB= 1