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.

17 lines
276 B

  1. TARGETNAME = assert
  2. TARGETPATH = obj
  3. TARGETTYPE = PROGRAM
  4. TARGETLIBS = \
  5. $(SDK_LIB_PATH)\dbgeng.lib\
  6. $(SDK_LIB_PATH)\kernel32.lib
  7. USE_MSVCRT = 1
  8. SOURCES = \
  9. assert.cpp\
  10. out.cpp
  11. MSC_WARNING_LEVEL = /W4 /WX
  12. UMTYPE = console