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.

55 lines
1.4 KiB

  1. TARGETPATH=obj
  2. TARGETTYPE=DRIVER
  3. TARGETNAME=IRMK7
  4. # for building checked objs in the objd\i386 directory,
  5. # free build objs are built in the obj\i386 directory
  6. #CHECKED_ALT_DIR=1
  7. # // These optimizations are the standard optimizations, plus generate
  8. # // .asm files for each source file
  9. #MSC_OPTIMIZATION=/Oxs /FAs
  10. # // Max optimization, no assembly listing output
  11. #MSC_OPTIMIZATION=/Oxs
  12. # // Disable optimization, enable intrinsic functions,
  13. # // e.g., memset, memcpy, etc. (Seems needed if /Od is used.)
  14. MSC_OPTIMIZATION=/Od /Oi
  15. # use /P for preprocess source files to .i (for code coach in vtune)
  16. # in environment set NTDEBUG=ntsdnodbg
  17. # and NTDEBUGTYPE=windbg
  18. # to get free build with source level cabable debug
  19. # generate a .map file (useful for debugging under win9X)
  20. LINKER_FLAGS=-MAP
  21. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  22. C_DEFINES=$(C_DEFINES) -DNDIS50_MINIPORT -DNDIS_MINIPORT_DRIVER -DIRDA
  23. DRIVER_ALIGNMENT=0x200
  24. INCLUDES=..\..\inc;..\..\..\inc
  25. SOURCES=\
  26. dbg.c \
  27. interrup.c \
  28. mk7comm.c \
  29. mkinit.c \
  30. mkmini.c \
  31. send.c \
  32. sir.c \
  33. util.c \
  34. winoids.c \
  35. winpci.c \
  36. winreg.c \
  37. irmk7.rc
  38. # set up for precompiled headers
  39. PRECOMPILED_INCLUDE=precomp.h
  40. PRECOMPILED_PCH=precomp.pch
  41. PRECOMPILED_OBJ=precomp.obj
  42. # this calls a local makefile.inc to build other dependencies
  43. # like the irmk7.mof file for GUID support
  44. #NTTARGETFILE0=mofcomp