diff options
author | chai <chaifix@163.com> | 2019-01-01 22:43:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-01 22:43:11 +0800 |
commit | 6f8c70f5846222aea15d2b27ea5192fdec018781 (patch) | |
tree | a8b60b8a4afd680d92b371258aa537146eb036ff /build/vc++/libjin-lua/embed.bat | |
parent | 5a0a427a030885ed337c60a903b6bdf8f61bf712 (diff) |
*misc
Diffstat (limited to 'build/vc++/libjin-lua/embed.bat')
-rw-r--r-- | build/vc++/libjin-lua/embed.bat | 2 |
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 |