You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manu Evans edited this page Mar 30, 2015
·
3 revisions
Home > [Scripting Reference](Scripting Reference) > objdir
objdir
The objdir function sets object and intermediate file directory for a project.
#!lua
objdir ("path")
By default, object and intermediate files are stored in a directory named "obj" in the same directory as the project. The objdir function allows you to change this location.