diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-11 21:16:56 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-11 21:16:56 +1200 |
| commit | f77b6f2f5271bc84a0cec318ae6d6e351e698346 (patch) | |
| tree | ca576413966461974c248c73dab54604c7d9df47 /Makefile | |
| parent | 2a65e974adc6f41a1013487352166f12d508ad9e (diff) | |
| download | showdownofthesticks-f77b6f2f5271bc84a0cec318ae6d6e351e698346.tar.xz showdownofthesticks-f77b6f2f5271bc84a0cec318ae6d6e351e698346.zip | |
Code cleanup because we dont need the other includes and shit I think
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -60,12 +60,8 @@ ifeq ($(OS),Windows_NT) TARGET = $(TARGET_DIR)/$(APP_NAME).exe MAKE_APP = false CXXFLAGS = -IWindowsShit/SDL2-2.24.0/x86_64-w64-mingw32/include - CXXFLAGS += -IWindowsShit/SDL2_ttf-2.24.0/x86_64-w64-mingw32/include - CXXFLAGS += -IWindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/include - CXXFLAGS += -IWindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/include CXXFLAGS += -D_THREAD_SAFE -std=c++17 -static-libgcc -static-libstdc++ - CFLAGS = -IWindowsShit/SDL2-2.24.0/x86_64-w64-mingw32/include -IWindowsShit/SDL2_ttf-2.24.0/x86_64-w64-mingw32/include -IWindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/include -IWindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/include - CFLAGS += -D_THREAD_SAFE + CFLAGS = -IWindowsShit/SDL2-2.24.0/x86_64-w64-mingw32/include -D_THREAD_SAFE LDFLAGS = -LWindowsShit/SDL2-2.24.0/x86_64-w64-mingw32/lib -LWindowsShit/SDL2_ttf-2.24.0/x86_64-w64-mingw32/lib -LWindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib -LWindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib LDFLAGS += -lSDL2 -lSDL2_ttf -lSDL2_image -lSDL2_mixer -static-libgcc -static-libstdc++ endif |
