diff --git a/Makefile b/Makefile index e804601..b367183 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ INCLUDES := -Isource -Isource/external # Variables segĂșn el sistema operativo ifeq ($(OS),Windows_NT) FixPath = $(subst /,\\,$1) - CXXFLAGS := -std=c++20 -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libstdc++ -static-libgcc -static -Wl,-subsystem,windows -DWINDOWS_BUILD + CXXFLAGS := -std=c++20 -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libstdc++ -static-libgcc -Wl,-Bstatic -lpthread -Wl,-Bdynamic -Wl,-subsystem,windows -DWINDOWS_BUILD CXXFLAGS_DEBUG := -std=c++20 -Wall -g -D_DEBUG -DWINDOWS_BUILD LDFLAGS := -lmingw32 -lws2_32 -lSDL3 -lopengl32 RM := del /Q diff --git a/release/libgcc_s_seh-1.dll b/release/libgcc_s_seh-1.dll deleted file mode 100644 index abd357d..0000000 Binary files a/release/libgcc_s_seh-1.dll and /dev/null differ diff --git a/release/libstdc++-6.dll b/release/libstdc++-6.dll deleted file mode 100644 index a7dc1e2..0000000 Binary files a/release/libstdc++-6.dll and /dev/null differ diff --git a/release/libwinpthread-1.dll b/release/libwinpthread-1.dll deleted file mode 100644 index 500de9d..0000000 Binary files a/release/libwinpthread-1.dll and /dev/null differ