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.

22 lines
395 B

  1. NTDEBUG=ntsd
  2. NTDEBUGTYPE=both
  3. TARGETPATH=..\octest
  4. TARGETTYPE=DYNLINK
  5. DLLENTRY=_DllMainCRTStartup
  6. USE_MSVCRT=1
  7. USE_MSVCRT=1
  8. UMLIBS=$(SDK_LIB_PATH)\libc.lib\
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\user32.lib
  11. SOURCES= ..\octest.c \
  12. ..\utils.c \
  13. ..\wizpage.c \
  14. ..\octest.rc \
  15. ..\msg.mc
  16. INCLUDES=..\hctlib;..