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.

31 lines
950 B

  1. TARGETNAME=traceprt
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. PASS0_PUBLISH={traceprt.h=$(PROJECT_INC_PATH)\traceprt.h}
  5. PASS1_PUBLISH={$(O)\traceprt.lib=$(PROJECT_LIB_PATH)\traceprt.lib}
  6. # The pre-processor directive, MANAGED_TRACING, has been commented in order to ensure that
  7. # the code base builds on IA64. The .tlb files are currently generated for
  8. # x86 and these cannot be used on IA64.
  9. # To enble managed tracing on x86, uncomment the following line and then perform the build.
  10. # C_DEFINES=/DMANAGED_TRACING
  11. INCLUDES=$(BASE_INC_PATH)
  12. SOURCES=traceprt.cpp TrFmtMsg.c traceprt.rc
  13. USE_MSVCRT=1
  14. USE_STL=1
  15. USE_NATIVE_EH=1
  16. TARGETLIBS= $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\advapi32.lib \
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\ntdll.lib \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\oleaut32.lib \
  22. $(SDK_LIB_PATH)\vccomsup.lib
  23. UMTYPE=console