update makefiles

This commit is contained in:
dborth 2009-01-26 09:35:26 +00:00
parent 2032df6465
commit 0d402630db
3 changed files with 4 additions and 7 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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;