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.

33 lines
513 B

  1. MAJORCOMP=passport
  2. MINORCOMP=common
  3. TARGETNAME=pputils
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. TARGETLIBS=
  7. INCLUDES= ..\..\idl\$(O); \
  8. ..\..\include; \
  9. ..\..\atlmfc; \
  10. ..\tools;
  11. SOURCES=pptrace.cpp
  12. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  13. ATL_DEFINES=/D_ATL_DLL
  14. USE_NATIVE_EH=1
  15. #
  16. # Use shared run-time
  17. #
  18. USE_MSVCRT=1
  19. USE_STL=1
  20. PRECOMPILED_INCLUDE = stdafx.h
  21. PRECOMPILED_PCH = stdafx.pch
  22. PRECOMPILED_cpp = stdafx.obj
  23. PRECOMPILED_CXX = 1