Tagged Questions
The build-rules tag has no wiki summary.
1
vote
1answer
63 views
Xcode 4 custom build step before compile
I'm trying to integrate a tool into Xcode 4 that generates a C header from a descriptor file. In Xcode 3 it worked to add a custom build step for files with a specific extension. Those files then get ...
1
vote
1answer
40 views
Emulate GLSL #import via Xcode build
A few of my GLSL fragment shaders share common functions and constants. I can't find any #import-like functionality in GLSL (understandably), but it'd be super-cool if I could emulate that in Xcode's ...
1
vote
2answers
323 views
How to compile different extension files as C++ in Visual Studio C++ 2010?
In my Visual Studio 2010 project I have files with .mm file extension, that need to be compiled as normal C++ files. Is there a way to make a build rule for new extensions or something like that? In ...
1
vote
2answers
251 views
Why does CUDA.rules have two identical command lines
The commandline for CUDA.rules file is:
echo [CompilerPath] [Keep]
[CInterleavedPTX] [ExtraNvccOptions]
[Arch] -ccbin
"$(VCInstallDir)bin"
[Emulation] [FastMath] [Defines]
...
0
votes
1answer
30 views
How can I conditionally include a file based on build configuration in Xcode?
I have an Xcode project with a large number of targets where I would like to include a settings bundle for apps built under the Ad-hoc and Debug configurations, but not under the Release ...
0
votes
1answer
222 views
build rules for xcode / iPhone
Im incorporating the facebook SDK into an update and i get compiler warnings for four files,in one of my targets each file gets two warnings like these.
[WARN]warning: no rule to process file ...