mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
refactor
This commit is contained in:
parent
5aa3368a51
commit
0a8af4c17e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user