mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-20 05:12:46 +01:00
makefile changes - try old makefiles if something goes wrong!
This commit is contained in:
parent
785190f0b6
commit
d6874eb1c7
11
Makefile.gc
11
Makefile.gc
@ -29,11 +29,12 @@ INCLUDES := source/snes9x source/ngc
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
||||||
-DNGC -DNO_ASM -DCPU_SHUTDOWN -DSPC700C \
|
-DNGC \
|
||||||
-DSPC700_SHUTDOWN -DNEW_COLOUR_BLENDING \
|
-DNO_ASM -DRIGHTSHIFT_IS_SAR \
|
||||||
-DNO_INLINE_GET_SET -DSDD1_DECOMP -DCORRECT_VRAM_READS \
|
-DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
|
||||||
-DDETECT_NASTY_FX_INTERLEAVE -DNGC_ZOOM -DSDUSE_LFN \
|
-DSPC700_C -DSDD1_DECOMP \
|
||||||
-DFORCE_WII=0 $(CUSTOMFLAGS) \
|
-DCORRECT_VRAM_READS -DNEW_COLOUR_BLENDING \
|
||||||
|
$(CUSTOMFLAGS) \
|
||||||
-fomit-frame-pointer -fno-exceptions -Wno-unused-parameter -pipe
|
-fomit-frame-pointer -fno-exceptions -Wno-unused-parameter -pipe
|
||||||
CXXFLAGS = $(CFLAGS)
|
CXXFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
|
11
Makefile.wii
11
Makefile.wii
@ -29,11 +29,12 @@ INCLUDES := source/snes9x source/ngc
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
||||||
-DNGC -DNO_ASM -DCPU_SHUTDOWN -DSPC700C \
|
-DNGC -DWII_DVD \
|
||||||
-DSPC700_SHUTDOWN -DNEW_COLOUR_BLENDING \
|
-DNO_ASM -DRIGHTSHIFT_IS_SAR \
|
||||||
-DNO_INLINE_GET_SET -DSDD1_DECOMP -DCORRECT_VRAM_READS \
|
-DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
|
||||||
-DDETECT_NASTY_FX_INTERLEAVE -DNGC_ZOOM -DSDUSE_LFN \
|
-DSPC700_C -DSDD1_DECOMP \
|
||||||
-DFORCE_WII -DWII_DVD $(CUSTOMFLAGS) \
|
-DCORRECT_VRAM_READS -DNEW_COLOUR_BLENDING \
|
||||||
|
$(CUSTOMFLAGS) \
|
||||||
-fomit-frame-pointer -fno-exceptions -Wno-unused-parameter # -pipe
|
-fomit-frame-pointer -fno-exceptions -Wno-unused-parameter # -pipe
|
||||||
CXXFLAGS = -save-temps -Xassembler -aln=$@.lst $(CFLAGS)
|
CXXFLAGS = -save-temps -Xassembler -aln=$@.lst $(CFLAGS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user