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.

14 lines
426 B

  1. INCLUDES=..\include;..\..\dbg-common
  2. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  3. USE_CRTDLL = 1
  4. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  5. $(SDK_LIB_PATH)\shlwapi.lib \
  6. $(SDK_LIB_PATH)\dbghelp.lib \
  7. $(SDK_LIB_PATH)\version.lib \
  8. $(SDK_LIB_PATH)\imagehlp.lib \
  9. $(SDK_LIB_PATH)\user32.lib