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.

33 lines
604 B

  1. #
  2. # Build file for enum1394.sys Ndis 1394 enumerator
  3. #
  4. #
  5. MSC_WARNING_LEVEL=/W3 /WX
  6. #
  7. # For debug builds turn off optimization for now to help debugging.
  8. #
  9. !IF "$(NTDEBUG)" == "retail"
  10. !ELSEIF "$(NTDEBUG)" == ""
  11. !ELSEIF "$(NTDEBUG)" == "ntsdnodbg"
  12. !ELSE
  13. MSC_OPTIMIZATION=/Od /Oi
  14. !ENDIF
  15. TARGETNAME=Enum1394
  16. TARGETTYPE=DRIVER
  17. TARGETPATH=obj
  18. INCLUDES=..\..\inc;$(SDK_INC);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm
  19. LINKER_FLAGS =$(LINKER_FLAGS) -map -merge:PAGECONST=PAGE
  20. C_DEFINES= $(C_DEFINES) -D_NTDRIVER_ -D_NTIFS_ -D_NDIS1394ENUM_
  21. SOURCES= Enum1394.c Enum1394.rc