This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow
"make bench" to work when cross-compiling for Windows.
legacy
Sam Hocevar
sam
13 年之前
父節點
6ed53d9868
當前提交
148f6838e9
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/Makefile.am
+ 2
- 2
test/Makefile.am
查看文件
@@ -5,8 +5,8 @@ if USE_CPPUNIT
cppunit_tests = lol-test
endif
bench: lol-bench
./lol-bench
bench: lol-bench
$(EXEEXT)
./lol-bench
$(EXEEXT)
all-local: quad$(EXEEXT) lol-bench$(EXEEXT)
test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self
Write
Preview
Loading…
取消
儲存