Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 637 Bytes

On Windows


If you'd like to build executable file with static link (not using *.dll),
edit linkControl.nim in respective example folder.

  1. 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