本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Add a simple "build" script for people unfamiliar with bootstrap etc.
legacy
Sam Hocevar
sam
15 年之前
父節點
4d63ad6ada
當前提交
3d0a16c0d3
共有
2 個檔案被更改
,包括
10 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+9
-0
build
+ 1
- 1
Makefile.am
查看文件
@@ -2,6 +2,6 @@
SUBDIRS = src tools art gfx
DIST_SUBDIRS = $(SUBDIRS) maps
EXTRA_DIST = bootstrap
EXTRA_DIST = bootstrap
build
AUTOMAKE_OPTIONS = dist-bzip2
+ 9
- 0
build
查看文件
@@ -0,0 +1,9 @@
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make
Write
Preview
Loading…
取消
儲存