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.
18 lines
298 B
18 lines
298 B
TARGETNAME=e100kd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=e100kd.def
|
|
|
|
SOURCES= e100kd.c e100kd.rc
|
|
|
|
USE_CRTDLL=1
|
|
UMTYPE=windows
|
|
|
|
INCLUDES=..;
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNDIS50_MINIPORT
|
|
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|