Skip to content

Commit

Permalink
Fixed the project builder project archive
Browse files Browse the repository at this point in the history
Added a rule to generate the archive from loose directories too. :)
  • Loading branch information
slouken committed Jul 23, 2001
1 parent a9370cb commit d2e89de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
Expand Up @@ -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"
Expand Down
Binary file modified PBProjects.tar.gz
Binary file not shown.
Binary file removed src/main/macosx/SDLMain.nib.tar.gz
Binary file not shown.

0 comments on commit d2e89de

Please sign in to comment.