file name conflict
file name conflict
- Subject: file name conflict
- From: Pierre Marty <email@hidden>
- Date: Thu, 30 Dec 2004 10:54:49 +0100
I'm working on a project with a target (dylib) using specials rules to process ".ui" files (QT framework), like:
/Developer/qt/bin/uic -o $(TARGET_BUILD_DIR)/include/ui_$(INPUT_FILE_BASE).h $(INPUT_FILE_PATH)
One of the source file is named "
settings-dialog.ui", and it seems to me that this name itself generates a lot of problems with the build system of XCode (version 1.5). Most of the time (???) this file (and only this one !) is not processed. I rename this file and this fixed the problem, but now I have the same pb with a file named "settings-dialog.c" !
Does anyone know about this kind of problem ? Does the name of a source name conflict with some internal rules in XCode ?
Pierre
_______________________________________________
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