소스 검색

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


불러오는 중...
취소
저장