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.
23 lines
258 B
23 lines
258 B
#
|
|
# Create mmio.lib
|
|
#
|
|
|
|
TARGETNAME=mmio
|
|
TARGETTYPE=LIBRARY
|
|
RELEASETYPE=OAK
|
|
|
|
|
|
CDEFINES=$(CDEFINES)
|
|
|
|
INCLUDES= \
|
|
$(_PUBLICROOT)\common\sdk\inc; \
|
|
$(_PUBLICROOT)\common\oak\inc; \
|
|
|
|
# $(_SDKDRIVE)\GE\nt\inc;
|
|
|
|
|
|
SOURCES= \
|
|
debug.c \
|
|
mmio.c \
|
|
mmioriff.c
|
|
|