mirror of https://github.com/tongzx/nt5src
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.
16 lines
295 B
16 lines
295 B
ALT_PROJECT_TARGET=win9x
|
|
|
|
C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1 -DNDIS_WDM=1
|
|
C_DEFINES=$(C_DEFINES) -DMILLEN=1
|
|
|
|
SOURCES=\
|
|
dbgmsg.c \
|
|
fsbpool.c \
|
|
mdl2ndis.c \
|
|
mdlpool9x.c \
|
|
bitmap.c \
|
|
timer.c \
|
|
locks.c \
|
|
pplasl9x.c
|
|
|
|
!include ..\sources.inc
|