Skip to content

Commit e2e2b9e

Browse files
committed
Windows: only bundle GLFW/GLEW DLLs, let WinLibs provide gcc runtime
1 parent cf227c9 commit e2e2b9e

5 files changed

Lines changed: 1 addition & 2 deletions

File tree

-147 KB
Binary file not shown.

libs/windows-x64/libstdc++-6.dll

-2.39 MB
Binary file not shown.
-60 KB
Binary file not shown.

mode/CppMode.jar

-4 Bytes
Binary file not shown.

src/java/CppBuild.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,7 @@ private boolean windowsLibsNowPresent(java.util.List<String> searchDirs, String[
653653
}
654654

655655
private void checkWindowsDLLs(RunnerListener listener, File binary) throws Exception {
656-
String[] allDlls = { "glfw3.dll", "glew32.dll",
657-
"libgcc_s_seh-1.dll", "libwinpthread-1.dll", "libssp-0.dll" };
656+
String[] allDlls = { "glfw3.dll", "glew32.dll" };
658657
String[] required = { "glfw3.dll", "glew32.dll" };
659658

660659
// Bundled DLLs are in libs/windows-x64 -- copy them next to the binary

0 commit comments

Comments
 (0)