Update README.md

This commit is contained in:
Jakob Friedl
2025-10-27 22:26:59 +01:00
parent 79cec00fa3
commit 7417cb2822
4 changed files with 29 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ switch "app", "gui"
# Select static link or shared/dll link
when defined(windows):
const STATIC_LINK_GLFW = false
const STATIC_LINK_CC = true #libstd++ or libc
const STATIC_LINK_CC = false #libstd++ or libc
if TC == "vcc":
switch "passL","d3d9.lib kernel32.lib user32.lib gdi32.lib winspool.lib"
switch "passL","comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib"