aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXpol Wan <xpolife@gmail.com>2015-04-01 17:03:00 +0800
committerXpol Wan <xpolife@gmail.com>2015-04-01 17:03:29 +0800
commit2fcc0cc3e5e809441a32f5e864755e3242813f80 (patch)
tree1a5fafdf2b0a46f36fdb0fc86c3863832f82431f /src
parent050d6568fa935cc4664876a69c8662449986550f (diff)
downloadluarocks-2fcc0cc3e5e809441a32f5e864755e3242813f80.tar.gz
luarocks-2fcc0cc3e5e809441a32f5e864755e3242813f80.tar.bz2
luarocks-2fcc0cc3e5e809441a32f5e864755e3242813f80.zip
Add options to hide the MSVC tools' startup logo.
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cfg.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index f806f822..70c16a2a 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -332,8 +332,8 @@ if detected.windows then
332 defaults.variables.LD = "link" 332 defaults.variables.LD = "link"
333 defaults.variables.MT = "mt" 333 defaults.variables.MT = "mt"
334 defaults.variables.LUALIB = "lua"..cfg.lua_version..".lib" 334 defaults.variables.LUALIB = "lua"..cfg.lua_version..".lib"
335 defaults.variables.CFLAGS = "/MD /O2" 335 defaults.variables.CFLAGS = "/nologo /MD /O2"
336 defaults.variables.LIBFLAG = "/dll" 336 defaults.variables.LIBFLAG = "/nologo /dll"
337 337
338 local bins = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", 338 local bins = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM",
339 "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" } 339 "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" }