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.
15 lines
336 B
15 lines
336 B
|
|
TARGETNAME=mct
|
|
#TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(BASEDIR)\private\ntos\inc;\
|
|
$(BASEDIR)\public\ddk\inc; \
|
|
$(BASEDIR)\private\ntos\dd\storage\mcd\inc;\
|
|
$(BASEDIR)\private\ntos\dd\storage\inc
|
|
|
|
SOURCES=mct.c\
|
|
mct.rc
|
|
|
|
UMTYPE=console
|