22 lines
393 B
Plaintext
22 lines
393 B
Plaintext
TARGETNAME=mutest
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=xboxapp
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
INCLUDES=..\INC;\
|
|
$(BASEDIR)\public\ddk\inc;\
|
|
$(BASEDIR)\public\sdk\inc;\
|
|
$(BASEDIR)\private\inc;\
|
|
$(BASEDIR)\private\ntos\inc;\
|
|
$(BASEDIR)\private\ntos\xapi\inc
|
|
|
|
USE_LIBC=1
|
|
|
|
TARGETLIBS=$(BASEDIR)\private\lib\*\xapilibp$(D).lib
|
|
|
|
SOURCES= \
|
|
mutest.cpp \
|
|
lowlvl.cpp
|
|
|