mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 11:35:36 -05:00
Getting ready for a new drop from Eric, hopefully the last time I have to wipe this.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#!/bin/csh
|
||||
|
||||
###
|
||||
## This script creates "Xcode.tar.gz" in the parent directory
|
||||
###
|
||||
|
||||
# remove build products
|
||||
rm -rf SDL/build
|
||||
rm -rf SDLTest/build
|
||||
|
||||
# remove Finder info files
|
||||
find . -name ".DS_Store" -exec rm "{}" ";"
|
||||
|
||||
# remove user project prefs
|
||||
find . -name "*.pbxuser*" -exec rm "{}" ";"
|
||||
find . -name "*.mode*" -exec rm "{}" ";"
|
||||
find . -name "*.perspective*" -exec rm "{}" ";"
|
||||
|
||||
# create the archive
|
||||
(cd .. && gnutar -zcvf Xcode.tar.gz Xcode)
|
||||
Reference in New Issue
Block a user