Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-08-18 01:24:14 +0400
committerstarkos <none@none>2009-08-18 01:24:14 +0400
commit9d2fa9f4bb24cd6051f155269cba7ee7bb7f01ba (patch)
treea8d0327def96a23adb29eece5255ab253580f523 /src/_premake_main.lua
parentd8342e495bcc4af120af3bda105e578547a92acc (diff)
Begin implementation of Xcode project
Diffstat (limited to 'src/_premake_main.lua')
-rw-r--r--src/_premake_main.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_premake_main.lua b/src/_premake_main.lua
index bac2805..fb966de 100644
--- a/src/_premake_main.lua
+++ b/src/_premake_main.lua
@@ -72,6 +72,11 @@
end
+ -- Seed the random number generator so actions don't have to do it themselves
+
+ math.randomseed(os.time())
+
+
-- If there is a project script available, run it to get the
-- project information, available options and actions, etc.