projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1504289
)
Make the benchmark script using correct executables
author
Mirio <opivy@hotmail.de>
Mon, 3 Apr 2017 14:23:02 +0000
(16:23 +0200)
committer
Mirio <opivy@hotmail.de>
Mon, 3 Apr 2017 14:23:02 +0000
(16:23 +0200)
misc/tools/the-big-benchmark/the-big-benchmark.bat
patch
|
blob
|
history
diff --git
a/misc/tools/the-big-benchmark/the-big-benchmark.bat
b/misc/tools/the-big-benchmark/the-big-benchmark.bat
index 4fb4a10dd6653b29b62930caf062f234e1578950..c257ed71077fd573b5adf1cdf10006d9998f1efe 100644
(file)
--- a/
misc/tools/the-big-benchmark/the-big-benchmark.bat
+++ b/
misc/tools/the-big-benchmark/the-big-benchmark.bat
@@
-16,10
+16,10
@@
goto postarg
:noarg
\r
if "%ProgramFiles(x86)%" == "" goto bit32
\r
:bit64
\r
-set xonotic=xonotic
-x64
.exe
\r
+set xonotic=xonotic.exe
\r
goto postarg
\r
:bit32
\r
-set xonotic=xonotic.exe
\r
+set xonotic=xonotic
-x86
.exe
\r
goto postarg
\r
:postarg
\r
\r