diff options
author | 2016-01-28 01:24:47 +1100 | |
---|---|---|
committer | 2016-01-28 01:24:47 +1100 | |
commit | 84537f1bf17e3c72c03358f7ec637d31d429fc15 (patch) | |
tree | 3c187516a4170f5a9a211a0f0703320e5f18909b /docs/release/scripts/src/main.lua | |
parent | fb8674efd87a3d9c0e0c764ec4c59607418e19d2 (diff) |
170 release files.
Diffstat (limited to 'docs/release/scripts/src/main.lua')
-rw-r--r-- | docs/release/scripts/src/main.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/release/scripts/src/main.lua b/docs/release/scripts/src/main.lua index cd240f23edb..da633c55212 100644 --- a/docs/release/scripts/src/main.lua +++ b/docs/release/scripts/src/main.lua @@ -44,7 +44,7 @@ end flags { "Unicode", } -if (_OPTIONS["SOURCES"] == nil) then + configuration { "x64", "Release" } targetsuffix "64" if _OPTIONS["PROFILE"] then @@ -80,7 +80,7 @@ if (_OPTIONS["SOURCES"] == nil) then if _OPTIONS["PROFILE"] then targetsuffix "dp" end -end + configuration { "mingw*" or "vs*" } targetextension ".exe" @@ -129,7 +129,6 @@ end "7z", "lua", "lsqlite3", - "jsoncpp", } if _OPTIONS["with-bundled-zlib"] then |