Source code of Windows XP (NT5)
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
359 B

  1. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  2. MINORCOMP=kdcd
  3. TARGETNAME=kdcd
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=DYNLINK
  6. DLLENTRY=DllInit
  7. USE_MSVCRT=1
  8. DLLBASE=0x46900000
  9. C_DEFINES=$(C_DEFINES) -DMEMLOGGING
  10. SOURCES=kdcd.c \
  11. kdcd.rc
  12. INCLUDES =..;\
  13. ..\..\inc;\
  14. ..\..\clusnet\inc;\
  15. ..\..\..\ntos\inc;\
  16. UMTYPE=console