diff --git a/Makefile b/Makefile index bf6b890..31323bf 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ windows_release: # Copy root files powershell Copy-Item "LICENSE.txt" -Destination "$(releaseFolder)" powershell Copy-Item "README.md" -Destination "$(releaseFolder)" - powershell Copy-Item "release\SDL2.dll" -Destination "$(releaseFolder)" + powershell Copy-Item "release\*.dll" -Destination "$(releaseFolder)" # Build g++ $(source) -std=c++11 -Wall -Os -lmingw32 -lws2_32 -lSDL2main -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libstdc++ -Wl,-subsystem,windows -o "$(releaseFolder)/$(executable).exe" diff --git a/release/libgcc_s_seh-1.dll b/release/libgcc_s_seh-1.dll new file mode 100644 index 0000000..abd357d Binary files /dev/null and b/release/libgcc_s_seh-1.dll differ diff --git a/release/libstdc++-6.dll b/release/libstdc++-6.dll new file mode 100644 index 0000000..a7dc1e2 Binary files /dev/null and b/release/libstdc++-6.dll differ diff --git a/release/libwinpthread-1.dll b/release/libwinpthread-1.dll new file mode 100644 index 0000000..500de9d Binary files /dev/null and b/release/libwinpthread-1.dll differ