diff options
author | admin <contact@optics-design.com> | 2025-04-26 00:38:31 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-04-26 00:38:31 +0200 |
commit | 970169f035a670ab3721ee7c889da07ed25f2931 (patch) | |
tree | 288e973699a48d480081a375ddd26d8b1fce6827 /Makefile | |
parent | 5fd4cb8ab3bb7b44899e2a68703ec3a1d5979f1d (diff) |
added Vd and nd to axis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ GLAMAC_SRC=$(SRCDIR)/glamac/glamac.c \ $(SRCDIR)/glamac/glamac_events.c \
$(SRCDIR)/glamac/glass_data.c
-# SDL2 Stuff
-SDL2_CFLAGS=-I$(USERPROFILE)/scoop/apps/sdl2/current/include/SDl2 -I$(USERPROFILE)/scoop/apps/sdl2-ttf/current/include/SDL2_ttf -O2 -march=native -flto -ffast-math -s
+# SDL2 Flags
+SDL2_CFLAGS=-I$(USERPROFILE)/scoop/apps/sdl2/current/include/SDl2 -I$(USERPROFILE)/scoop/apps/sdl2-ttf/current/include/SDL2_ttf -O2 -march=native -flto -s #-ffast-math
SDL2_LDFLAGS=-L$(USERPROFILE)/scoop/apps/sdl2/current/lib -L$(USERPROFILE)/scoop/apps/sdl2-ttf/current/lib -lSDL2main -lSDL2 -lSDL2_ttf -mwindows -flto
SDL2_DLL_SRC=$(USERPROFILE)/scoop/apps/sdl2/current/lib/SDL2.dll
SDL2_tff_DLL_SRC=$(USERPROFILE)/scoop/apps/sdl2-ttf/current/lib/SDL2_ttf.dll
|