Skip to content

Commit 2d9b75e

Browse files
committed
[AMIGAOS4] Last fix for Makefile, from @kas1e
1 parent 3ac3701 commit 2d9b75e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

100755100644
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ CXXFLAGS = -O2 -g -I./ -I/usr/include/GL -Wno-write-strings
88
LDFLAGS = -lGL -lm
99
DEST = /usr/local
1010
else ifeq ($(AMIGAOS4),1)
11-
CXXFLAGS = -O2 -g -I./ -Wno-write-strings -DAMIGAOS4
11+
ifeq ($(SDL2),1)
12+
CXXFLAGS = -O2 -g -I./ -Wno-write-strings -DUSE_SDL2 -DNO_FMOD -DAMIGAOS4
13+
else
14+
CXXFLAGS = -O2 -g -I./ -Wno-write-strings -DNO_FMOD -DAMIGAOS4
15+
endif
1216
DEST = /usr/local
1317
else
1418
CXXFLAGS = -O3 -fsigned-char -fdiagnostics-color=auto -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fsingle-precision-constant -g -ffast-math -I/mnt/utmp/codeblocks/usr/include/ -I./ -I/mnt/utmp/codeblocks/usr/include/GL -Wno-write-strings -DPANDORA -DUSE_C4A

0 commit comments

Comments
 (0)