Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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