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.

40 lines
615 B

  1. MAJORCOMP=passport
  2. MINORCOMP=util
  3. TARGETNAME=schema
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. # Include $(SDK_LIB_PATH) to pick up msxml.tlb
  7. INCLUDES= ..\..\include; \
  8. $(SDK_LIB_PATH);
  9. SOURCES=profileschema.cpp \
  10. ticketschema.cpp
  11. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  12. USE_NATIVE_EH=1
  13. USE_STL=1
  14. #
  15. # Use shared run-time
  16. #
  17. USE_MSVCRT=1
  18. #
  19. # Parameters for MIDL
  20. #
  21. IDL_TYPE=ole
  22. #
  23. # Optional (but strongly recommended) precompiled specs.
  24. #
  25. PRECOMPILED_INCLUDE = stdafx.h
  26. PRECOMPILED_PCH = stdafx.pch
  27. PRECOMPILED_cpp = stdafx.obj
  28. PRECOMPILED_CXX = 1