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
379 B
20 lines
379 B
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
TARGETNAME=MP_PM
|
|
|
|
# generate a .map file (useful for debugging under win9X)
|
|
LINKER_FLAGS=-MAP
|
|
|
|
#INCLUDES=..;$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\51\$(O)
|
|
INCLUDES=..;$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNDIS50_MINIPORT=1 -DNDIS_MINIPORT_DRIVER=1
|
|
|
|
DRIVER_ALIGNMENT=0x200
|
|
|
|
|
|
|
|
SOURCES=mp_pm.c
|
|
|
|
|