Upgrades cxxtest.

Replaces cxxtest-4.3 with cxxtest-4.4 (without .gitignore or .cvsignore
files) (see [[SVN:14817]]).
Applies the same changes as done in c8bdd993c0 to the new version.

This was SVN commit r15667.
This commit is contained in:
leper 2014-08-24 08:19:24 +00:00
parent da2050793d
commit 0e01f20d29
2 changed files with 3 additions and 3 deletions

View File

@ -263,10 +263,10 @@ extern_lib_defs = {
},
cxxtest = {
compile_settings = function()
includedirs { libraries_source_dir .. "cxxtest-4.3" }
includedirs { libraries_source_dir .. "cxxtest-4.4" }
end,
link_settings = function()
add_source_lib_paths("cxxtest-4.3")
add_source_lib_paths("cxxtest-4.4")
end,
},
enet = {

View File

@ -83,7 +83,7 @@ if os.is("windows") then
has_broken_pch = false
else
lcxxtestpath = rootdir.."/libraries/source/cxxtest-4.3/bin/cxxtestgen"
lcxxtestpath = rootdir.."/libraries/source/cxxtest-4.4/bin/cxxtestgen"
if os.is("linux") and arch == "amd64" then
nasmformat "elf64"