Build style sensing
Build style sensing
- Subject: Build style sensing
- From: Nigel Spon <email@hidden>
- Date: Thu, 5 Aug 2004 17:23:55 +1200
Hi,
I'm having trouble figuring out the best method of adding conditionals
to my code that will be included when I use a "development" build
style. There doesn't seem to be any easy way of adding a symbol so I
can use "#ifdef qDebug". I could tell the build style to force a prefix
header with "#define qDebug" in it, but that would mean I couldn't use
prefix headers in the target build options to define precompiled
headers for the different targets that my project builds... I think. I
have the feeling I'm coming at this from the wrong direction, does
anyone know of a better way of doing it?
Nigel
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.