瀏覽代碼

mrpigeon: create source tree for MrPigeon.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
b79b651cd7
共有 3 個文件被更改,包括 7 次插入6 次删除
  1. +0
    -5
      .gitignore
  2. +4
    -1
      Makefile.am
  3. +3
    -0
      configure.ac

+ 0
- 5
.gitignore 查看文件

@@ -41,8 +41,6 @@ win32/Release
win32/*.vcxproj.user
win32/*.sdf
win32/*.suo
# Android cruft
monsterz/android/assets
# Do not exclude anything in contrib; this is currently one level
# more than our current max
!contrib/*
@@ -53,9 +51,6 @@ monsterz/android/assets
!contrib/*/*/*/*/*/*
!contrib/*/*/*/*/*/*/*
# Our binaries
deushax/deushax
deushax/editor
monsterz/monsterz
test/testsuite
test/tutorial/tut01
test/tutorial/tut02


+ 4
- 1
Makefile.am 查看文件

@@ -1,5 +1,8 @@

SUBDIRS = src test deushax monsterz tools gfx
SUBDIRS = src test tools gfx
SUBDIRS += deushax
SUBDIRS += monsterz
SUBDIRS += mrpigeon
DIST_SUBDIRS = $(SUBDIRS)

EXTRA_DIST = bootstrap build-linux build-mingw build-mingw64 build-ps3 \


+ 3
- 0
configure.ac 查看文件

@@ -358,6 +358,9 @@ AC_CONFIG_FILES(
deushax/gfx/Makefile
deushax/maps/Makefile
])
AC_CONFIG_FILES(
[mrpigeon/Makefile
])

AC_OUTPUT


Loading…
取消
儲存