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:
Diffstat (limited to 'scripts/embed.lua')
-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")