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.

20 lines
359 B

  1. TARGETPATH=obj
  2. TARGETTYPE=DRIVER_LIBRARY
  3. TARGETNAME=MP_PM
  4. # generate a .map file (useful for debugging under win9X)
  5. LINKER_FLAGS=-MAP
  6. #INCLUDES=..;$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\51\$(O)
  7. INCLUDES=..;$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm
  8. C_DEFINES=$(C_DEFINES) -DNDIS50_MINIPORT=1 -DNDIS_MINIPORT_DRIVER=1
  9. DRIVER_ALIGNMENT=0x200
  10. SOURCES=mp_pm.c