Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2010-10-13 18:20:26 +0400
committerJason Perkins <starkos@industriousone.com>2010-10-13 18:20:26 +0400
commit875f7a8491dfc12b54acf1883a23a6f4d1d38b10 (patch)
treef789628a109c031747e8e7b095ac279dd515d27a /tests/premake4.lua
parentf0ee25f4531408b5f9c5f09af5a39d42b0ad9f71 (diff)
Bug 3034222: StaticLib projects ignore linkoptions
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 237f9ea..9a91cd7 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -67,6 +67,7 @@
dofile("test_vs2010_sln.lua")
dofile("actions/vstudio/test_vs2005_csproj.lua")
dofile("actions/vstudio/test_vs200x_vcproj.lua")
+ dofile("actions/vstudio/test_vs200x_vcproj_linker.lua")
dofile("actions/vstudio/test_vs2010_vcxproj.lua")
dofile("actions/vstudio/test_vs2010_flags.lua")
dofile("actions/vstudio/test_vs2010_links.lua")