Browse Source

mrpigeon: create source tree for MrPigeon.

legacy
Sam Hocevar sam 12 years ago
parent
commit
b79b651cd7
3 changed files with 7 additions and 6 deletions
  1. +0
    -5
      .gitignore
  2. +4
    -1
      Makefile.am
  3. +3
    -0
      configure.ac

+ 0
- 5
.gitignore View File

@@ -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 View File

@@ -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 View File

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

AC_OUTPUT


Loading…
Cancel
Save