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.

21 lines
369 B

  1. C_DEFINES= -DDEBUG
  2. NTDEBUG=ntsd
  3. NTDEBUGTYPE=both
  4. TARGETPATH=..\lib
  5. TARGETTYPE=LIBRARY
  6. TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
  7. $(SDK_LIB_PATH)\kernel32.lib \
  8. UMLIBS=$(SDK_LIB_PATH)\libc.lib \
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\user32.lib
  11. SOURCES= ..\logutils.c ..\hcttools.c
  12. INCLUDES= ..;
  13. UMTYPE=console