aboutsummaryrefslogtreecommitdiff
path: root/build/vc++
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-01 22:43:11 +0800
committerchai <chaifix@163.com>2019-01-01 22:43:11 +0800
commit6f8c70f5846222aea15d2b27ea5192fdec018781 (patch)
treea8b60b8a4afd680d92b371258aa537146eb036ff /build/vc++
parent5a0a427a030885ed337c60a903b6bdf8f61bf712 (diff)
*misc
Diffstat (limited to 'build/vc++')
-rw-r--r--build/vc++/libjin-lua/embed.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc++/libjin-lua/embed.bat b/build/vc++/libjin-lua/embed.bat
index d4b0efb..e699d01 100644
--- a/build/vc++/libjin-lua/embed.bat
+++ b/build/vc++/libjin-lua/embed.bat
@@ -2,5 +2,5 @@ set cembeddir=%1
set scriptdir=%2
for /R %scriptdir% %%f in (*.lua) do (
- %cembeddir%\cembed.exe -o %%f.h %%f
+ %cembeddir%\cembed.exe -z -o %%f.h %%f
) \ No newline at end of file