This commit is contained in:
dborth 2008-09-15 00:33:15 +00:00
parent 5aa3368a51
commit 0a8af4c17e
96 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ include $(DEVKITPPC)/gamecube_rules
TARGET := vba172_gc
TARGETDIR := executables
BUILD := build_gc
SOURCES := src/gb src src/fileio src/ngc
INCLUDES := src/gb src src/fileio src/ngc
SOURCES := source/vba source/vba/gb source/ngc
INCLUDES := source/vba source/vba/gb source/ngc
#---------------------------------------------------------------------------------
# options for code generation

View File

@ -18,8 +18,8 @@ include $(DEVKITPPC)/wii_rules
TARGET := vba172_wii
TARGETDIR := executables
BUILD := build_wii
SOURCES := src/gb src src/fileio src/ngc
INCLUDES := src/gb src src/fileio src/ngc
SOURCES := source/vba source/vba/gb source/ngc
INCLUDES := source/vba source/vba/gb source/ngc
#---------------------------------------------------------------------------------
# options for code generation