1
0
forked from mirrors/0ad

Exefied cxxtestgen.pl

This was SVN commit r3983.
This commit is contained in:
Ykkrosh
2006-06-08 22:28:23 +00:00
parent 05b3867104
commit cf44963cbf
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -17,7 +17,7 @@ project.configs = { "Debug", "Release", "Testing" }
if OS == "windows" then
project.nasmpath = "../../build/bin/nasm.exe"
project.cxxtestpath = "../../build/bin/cxxtestgen.pl"
project.cxxtestpath = "../../build/bin/cxxtestgen.exe"
else
project.cxxtestpath = "../../build/bin/cxxtestgen"
end