mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-13 05:58:37 +00:00
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:
parent
15e2f09e61
commit
8a6dd452d0
@ -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.
Loading…
Reference in New Issue
Block a user