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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-08-27 20:23:20 +0400
committerstarkos <unknown>2009-08-27 20:23:20 +0400
commit267dab61e2515f676052676a01ef38a4fff33eac (patch)
tree44db20b31e70b7ef1261255818ed0325912d35f0 /scripts
parentf2f5d0945b26b21797aaa1008c2db9cacc05007e (diff)
Updated the build instructions
Diffstat (limited to 'scripts')
-rw-r--r--scripts/embed.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/embed.lua b/scripts/embed.lua
index d7a43e4..d84ca33 100644
--- a/scripts/embed.lua
+++ b/scripts/embed.lua
@@ -48,6 +48,7 @@
-- open scripts.c and write the file header
local out = io.open("src/host/scripts.c", "w+b")
out:write("/* Premake's Lua scripts, as static data buffers for release mode builds */\n")
+ out:write("/* DO NOT EDIT - this file is autogenerated - see BUILD.txt */\n")
out:write("/* To regenerate this file, run: premake4 embed */ \n\n")
out:write("const char* builtin_scripts[] = {\n")