From 1f5a3056acfb3834c2b4eb1754677745f2e9615c Mon Sep 17 00:00:00 2001 From: starkos Date: Mon, 19 Jan 2009 01:45:47 +0000 Subject: Embed scripts instead of precompiled bytecodes to avoid portability issues; undo previous PPC fixes --- BUILD.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'BUILD.txt') diff --git a/BUILD.txt b/BUILD.txt index ca5e323..9aa696f 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -77,16 +77,16 @@ RELEASE AND DEBUG BUILDS directory, the one containing "_premake_main.lua". -COMPILING SCRIPTS +EMBEDDING SCRIPTS If you make changes to the core Lua scripts, you can integrate them - into the release build using the "compile" command: + into the release build using the "embed" command: - premake4 compile + premake4 embed - This command compiles all of the scripts listed in _manifest.lua into - bytecode and embeds them into src/host/bytecode.c. The next release - build will include the updated scripts. + This command embeds all of the scripts listed in _manifest.lua into + src/host/scripts.c as static strings. The next release build will + include the updated scripts. CONFUSED? -- cgit v1.2.3