1.1 --- a/Makefile.am Mon Jul 23 04:34:52 2001 +0000
1.2 +++ b/Makefile.am Mon Jul 23 19:48:28 2001 +0000
1.3 @@ -57,6 +57,13 @@
1.4 (cd src/main/macos/exports; $(MAKE))
1.5 (cd src/main/win32/exports; $(MAKE))
1.6
1.7 +# Rule to build the Project Builder archive in MacOS X
1.8 +PBProjects.tar.gz:
1.9 + rm -f `find . -name .DS_Store`
1.10 + if [ -d PBProjects ]; then \
1.11 + tar zcvf $@ PBProjects src/main/macosx/SDLMain.nib; \
1.12 + fi
1.13 +
1.14 # Rule to force automake to rebuild the library
1.15 changed:
1.16 @echo "This build target is no longer necessary"
2.1 Binary file PBProjects.tar.gz has changed
3.1 Binary file src/main/macosx/SDLMain.nib.tar.gz has changed