Re: DOS pathname separators?
Re: DOS pathname separators?
- Subject: Re: DOS pathname separators?
- From: Markus Hitter <email@hidden>
- Date: Tue, 9 Aug 2005 22:20:10 +0200
Am 09.08.2005 um 18:38 schrieb Brad Oliver:
This codebase is totally saturated with #includes that use DOS-
style path separators (i.e. "\" instead of "/").
If these DOS buddies are totally incapable to cooperate with their
porters, they could at least try to put all those paths into sort of
a configuration file.
I'm hoping someone will tell me that there's a switch or setting I
can use to enable this, before I go crazy or my hands fall off.
One idea would be to use a pre-pre processor to do the work. Name a
script e.g. "dos-cpp", put it into a convenient place and tell Xcode
to use this preprocessor instead of gcc to compile files. The custom
script should finally invoke the real gcc, of course.
I'll file a feature request.
For one, foreign file path separators have nothing to do with Mac OS
X or any other Unix-like OS and for two, gcc doesn't even know about
paths. For gcc, these are just plain strings.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden