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.

15 lines
359 B

  1. TARGETNAME=tools
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. C_DEFINES=$(C_DEFINES) -DCC_CVTYPE32 -D_VC_VER_INC -DBUILD_TOOLS
  6. INCLUDES=..;$(DBG_ROOT)\dbg-common;$(DBG_ROOT)\vs; \
  7. $(DS_INC_PATH)\crypto;$(BASE_INC_PATH)
  8. MSC_WARNING_LEVEL=/W3 /WX
  9. SOURCES= \
  10. ..\_qsort.c \
  11. ..\splitsymx.c \
  12. ..\copypdbx.c \
  13. ..\wppfmt.c