mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
update makefiles
This commit is contained in:
parent
2032df6465
commit
0d402630db
@ -18,8 +18,7 @@ include $(DEVKITPPC)/gamecube_rules
|
||||
TARGET := fceugx_gc
|
||||
TARGETDIR := executables
|
||||
BUILD := build_gc
|
||||
SOURCES := source/fceultra source/fceultra/boards \
|
||||
source/fceultra/drivers/common source/fceultra/input \
|
||||
SOURCES := source/fceultra source/fceultra/boards source/fceultra/input \
|
||||
source/fceultra/mappers source/fceultra/mbshare \
|
||||
source/ngc source/sz source/unzip
|
||||
INCLUDES := source/fceultra source/ngc source/unzip
|
||||
@ -28,7 +27,7 @@ INCLUDES := source/fceultra source/ngc source/unzip
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) -DNGC \
|
||||
-DHAVE_ASPRINTF -DSTDC -DFCEU_VERSION_NUMERIC=9812 -DFRAMESKIP \
|
||||
-DFCEU_VERSION_NUMERIC=9812 -DFRAMESKIP \
|
||||
-D_SZ_ONE_DIRECTORY -D_LZMA_IN_CB -D_LZMA_OUT_READ \
|
||||
-DLANG_$(LANG)
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
@ -18,8 +18,7 @@ include $(DEVKITPPC)/wii_rules
|
||||
TARGET := fceugx_wii
|
||||
TARGETDIR := executables
|
||||
BUILD := build_wii
|
||||
SOURCES := source/fceultra source/fceultra/boards \
|
||||
source/fceultra/drivers/common source/fceultra/input \
|
||||
SOURCES := source/fceultra source/fceultra/boards source/fceultra/input \
|
||||
source/fceultra/mappers source/fceultra/mbshare \
|
||||
source/ngc source/sz source/unzip
|
||||
INCLUDES := source/fceultra source/ngc source/unzip
|
||||
@ -28,7 +27,7 @@ INCLUDES := source/fceultra source/ngc source/unzip
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) -DNGC -DWII_DVD \
|
||||
-DHAVE_ASPRINTF -DSTDC -DFCEU_VERSION_NUMERIC=9812 -DFRAMESKIP \
|
||||
-DFCEU_VERSION_NUMERIC=9812 -DFRAMESKIP \
|
||||
-D_SZ_ONE_DIRECTORY -D_LZMA_IN_CB -D_LZMA_OUT_READ \
|
||||
-DLANG_$(LANG)
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
@ -33,7 +33,6 @@ extern "C" {
|
||||
#include "fceu.h"
|
||||
#include "ppu.h"
|
||||
#include "cart.h"
|
||||
#include "memory.h"
|
||||
#include "x6502.h"
|
||||
#include "general.h"
|
||||
extern u32 iNESGameCRC32;
|
||||
|
Loading…
Reference in New Issue
Block a user