User Tools

Site Tools


how_to_use_xcode2_as_ide_on_a_mac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how_to_use_xcode2_as_ide_on_a_mac [2008/07/21 22:43]
audiocommander fixed broken code plugin
how_to_use_xcode2_as_ide_on_a_mac [2011/07/22 14:51] (current)
digineural removed spam
Line 71: Line 71:
   * open the Target-Tree,​ open the target "​Makefile"​ and double-click on "Run Script"​   * open the Target-Tree,​ open the target "​Makefile"​ and double-click on "Run Script"​
   * you'll find now:    * you'll find now: 
-<​code>​+<​code ​bash>
 # shell script goes here # shell script goes here
 exit 0 exit 0
 </​code>​ </​code>​
 type this: type this:
-<​code>​+<​code ​bash>
 # shell script goes here # shell script goes here
  
Line 88: Line 88:
  
 for Xcode 3 you need to strip the quotes: for Xcode 3 you need to strip the quotes:
-<​code>​+<​code ​bash>
 # shell script goes here # shell script goes here
  
Line 119: Line 119:
 Repeat the steps above, but name your target like your application. The bash script would look like this in the "Run Script":​ Repeat the steps above, but name your target like your application. The bash script would look like this in the "Run Script":​
  
-<​code>​+<​code ​bash>
 # shell script goes here # shell script goes here
  
Line 157: Line 157:
  
 If you have questions, feel free to post them here: http://​www.midibox.org/​forum/​index.php?​topic=6527.0 If you have questions, feel free to post them here: http://​www.midibox.org/​forum/​index.php?​topic=6527.0
 +
 +
how_to_use_xcode2_as_ide_on_a_mac.1216680185.txt.gz ยท Last modified: 2008/07/21 23:45 (external edit)