g++ `sdl-config --libs --cflags` in xcode
No can do.
You'll have to run sdl-config --cflags manually, and paste the results into your target's "other C flags", and sdl-config --libs manually and paste the results into your target's "other linker flags".
You'll have to run sdl-config --cflags manually, and paste the results into your target's "other C flags", and sdl-config --libs manually and paste the results into your target's "other linker flags".
similar place to where you found the "other c flags" 
in Xcode 2.1, double-click your target and look through the build settings -- you'll find one in the "language" section, and the other in the "linking" section.

in Xcode 2.1, double-click your target and look through the build settings -- you'll find one in the "language" section, and the other in the "linking" section.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| putting shared libs *inside* your application | rzilibowitz | 3 | 3,409 |
Jan 13, 2005 12:15 PM Last Post: ravuya |
|

