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.

27 lines
599 B

  1. TARGETTYPE=NOTARGET
  2. TARGETPATH=$(_OBJ_DIR)
  3. #USE_MSVCRT=1
  4. #USE_LIBCMT=1
  5. INCLUDES=..\..\scsiport;\
  6. ..\..\classpnp;\
  7. ..\..\cdrom;\
  8. ..\..\disk;\
  9. ..\..\inc;\
  10. $(BASE_INC_PATH); \
  11. $(DDK_INC_PATH);
  12. SOURCES=scsi.c
  13. #TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. # $(SDK_LIB_PATH)\dbgeng.lib
  15. NTTARGETFILE1=$(O)\scsikd.c
  16. NT_UP=0
  17. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
  18. # force full symbols so this pdb has all the type information we need
  19. MISCFILES= \
  20. $(O)\scsikd.c