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-27 20:23:20 +0400
committerstarkos <none@none>2009-08-27 20:23:20 +0400
commit7ed3f3f304f8b1023def0e2f4b2333ccdae50421 (patch)
tree44db20b31e70b7ef1261255818ed0325912d35f0 /scripts
parent471740f68eb1bce364ec55f30355d352aa334f6b (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")