File:  [RetroPC.NET] / xmil / nds / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Thu Mar 26 06:36:10 2009 JST (16 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
added nds core


PROJECT	= xmilnds

OBJBASE	=	../obj
BINBASE	=	../bin

OBJ		=	$(OBJBASE)/$(PROJECT)
BIN		=	$(BINBASE)/xmilnds

AOPT9	=	--defsym MAKESCRN_VRAMFF=1
COPT9	=	-DMAKESCRN_VRAMFF=1

#AOPT7	=
#COPT7	=

NDSROM	=	$(BIN)/$(PROJECT).nds

include Makefile.inc


RetroPC.NET-CVS <cvs@retropc.net>