Updates Native File Dialogs lib to enable browsing and selecting of folders, instead of just files.

This commit is contained in:
Areloch 2017-12-06 14:09:27 -06:00
parent 4f78143dc8
commit f657f774ce
7 changed files with 250 additions and 15 deletions

View file

@ -3,7 +3,8 @@
#
# Scons build script -- GCC, Clang, Visual Studio
# Does not build test
#
# SCons builds are deprecated -- see README.md for details.
import os
@ -97,3 +98,5 @@ set_warnings(nfd_env)
nfd_env.Append( CPPPATH=['.','./include'] )
nfd_env.StaticLibrary( get_lib_name('nfd', debug), nfd_files )
print "*** Scons builds are deprecated! See README.md for details."