Fixed the project builder project archive

Added a rule to generate the archive from loose directories too. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40124
This commit is contained in:
Sam Lantinga 2001-07-23 19:48:28 +00:00
parent 15e2f09e61
commit 8a6dd452d0
3 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@ exports:
(cd src/main/macos/exports; $(MAKE))
(cd src/main/win32/exports; $(MAKE))
# Rule to build the Project Builder archive in MacOS X
PBProjects.tar.gz:
rm -f `find . -name .DS_Store`
if [ -d PBProjects ]; then \
tar zcvf $@ PBProjects src/main/macosx/SDLMain.nib; \
fi
# Rule to force automake to rebuild the library
changed:
@echo "This build target is no longer necessary"

Binary file not shown.

Binary file not shown.