This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix the extra data in the autotools-created tarballs.
legacy
Sam Hocevar
sam
14 年之前
父節點
6044e5bed1
當前提交
c409ec99ef
共有
3 個文件被更改
,包括
3 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
Makefile.am
+1
-0
configure.ac
+ 1
- 0
.gitignore
查看文件
@@ -22,6 +22,7 @@ configure
libtool
stamp-*
*-stamp
deushax-*.tar.*
# Our binaries
src/test-map
src/editor
+ 1
- 1
Makefile.am
查看文件
@@ -1,6 +1,6 @@
SUBDIRS = src tools art gfx
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS)
maps
EXTRA_DIST = bootstrap
AUTOMAKE_OPTIONS = dist-bzip2
+ 1
- 0
configure.ac
查看文件
@@ -85,6 +85,7 @@ AC_CONFIG_FILES([
art/test/Makefile
gfx/Makefile
gfx/font/Makefile
maps/Makefile
])
AC_OUTPUT
Write
Preview
Loading…
取消
儲存