Mercurial > sdl-ios-xcode
comparison Xcode/stationary.csh @ 2207:d63e9f5944ae
Unpacked project archives to get individual file history in subversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2007 17:09:01 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 #!/bin/csh | |
2 | |
3 ### | |
4 ## This script installs the stationary | |
5 ### | |
6 | |
7 sudo -v -p "Please enter the administrator password: " | |
8 | |
9 # project templates | |
10 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" | |
11 | |
12 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" | |
13 | |
14 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" | |
15 | |
16 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" | |
17 | |
18 | |
19 # target templates | |
20 sudo mkdir -p "/Developer/ProjectBuilder Extras/Target Templates/SDL" | |
21 | |
22 sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL" | |
23 | |
24 | |
25 |