Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Graphics/3D/3D_Both_Screens/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/BoxTest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/Display_List/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 2 additions & 2 deletions Graphics/3D/Display_List_2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GAME_SUBTITLE2 := http://devitpro.org
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -217,4 +217,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/Env_Mapping/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -212,4 +212,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion Graphics/3D/Mixed_Text_3D/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 2 additions & 2 deletions Graphics/3D/Ortho/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/Paletted_Cube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/Picking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion Graphics/3D/Simple_Quad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/Simple_Tri/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 2 additions & 2 deletions Graphics/3D/Textured_Cube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/Textured_Quad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/Toon_Shading/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion Graphics/3D/nehe/lesson01/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/nehe/lesson02/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/nehe/lesson03/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/nehe/lesson04/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/3D/nehe/lesson05/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson06/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson07/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson08/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson09/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson10/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -224,4 +224,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson10b/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -224,4 +224,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions Graphics/3D/nehe/lesson11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NITRO :=
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -218,4 +218,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion Graphics/Backgrounds/16bit_color_bmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Backgrounds/256_color_bmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Backgrounds/Double_Buffer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Backgrounds/all_in_one/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9 -DDEBUG
CFLAGS += $(INCLUDE) -DARM9 -DDEBUG -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 2 additions & 2 deletions Graphics/Backgrounds/rotation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GAME_SUBTITLE2 := http://devitpro.org
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O3\
$(ARCH) $(INCLUDE) -DARM9
$(ARCH) $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -217,4 +217,4 @@ $(GAME_ICON): $(notdir $(ICON))

#---------------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion Graphics/Effects/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CFLAGS := -g -Wall -O2\
-ffast-math \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CFLAGS += $(INCLUDE) -DARM9 -D__NDS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
Loading