If you'd like to build executable file with static link (not using *.dll
),
edit linkControl.nim
in respective example folder.
- To not depend on any other
*.dll
files,
set:const STATIC_LINK_GLFW = true # if true, it dosn't need glfw3.dll const STATIC_LINK_CC= true # if true, it dosn't need libstd++-6.dll