Getting ready for a new drop from Eric, hopefully the last time I have to wipe this.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403951
This commit is contained in:
Sam Lantinga 2009-10-01 15:26:39 +00:00
parent 9cf9fe1010
commit 64da4d2ac8
84 changed files with 0 additions and 17793 deletions

View file

@ -1,25 +0,0 @@
#!/bin/csh
###
## This script installs the stationary
###
sudo -v -p "Please enter the administrator password: "
# project templates
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
# target templates
sudo mkdir -p "/Developer/ProjectBuilder Extras/Target Templates/SDL"
sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL"