mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
Updates Native File Dialogs lib to enable browsing and selecting of folders, instead of just files.
This commit is contained in:
parent
4f78143dc8
commit
f657f774ce
7 changed files with 250 additions and 15 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue