diff --git a/CMakeLists.txt b/CMakeLists.txt index dbdc163..f33e3e8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ add_executable(PorygonLangTests ${TEST_FILES}) if (WINDOWS) - target_link_libraries(PorygonLang -static) - target_link_libraries(PorygonLangTests -static) + target_link_libraries(PorygonLang -static -static-libgcc -static-libstdc++) + target_link_libraries(PorygonLangTests -static -static-libgcc -static-libstdc++) endif(WINDOWS) target_compile_definitions(PorygonLangTests PRIVATE TESTS_BUILD) \ No newline at end of file diff --git a/build-debug-windows/PorygonLangTests.exe b/build-debug-windows/PorygonLangTests.exe deleted file mode 100755 index 9dd450a..0000000 Binary files a/build-debug-windows/PorygonLangTests.exe and /dev/null differ diff --git a/build-debug-windows/libPorygonLang.so b/build-debug-windows/libPorygonLang.so deleted file mode 100755 index fc5b845..0000000 Binary files a/build-debug-windows/libPorygonLang.so and /dev/null differ