Browse Source

Added config variable to the the build.

pull/28/head
triton 12 years ago
parent
commit
608d4c19f4
  1. 2
      build/premake4.lua

2
build/premake4.lua

@ -2,6 +2,8 @@ @@ -2,6 +2,8 @@
-- It defines the common build settings that all the projects share
-- and calls the build scripts of all the sub-projects.
config = {}
dofile "Helpers.lua"
dofile "Tests.lua"

Loading…
Cancel
Save