1
vote
2answers
143 views
XCode Different Resources For Different Targets
Hi.
I am developing an iPhone app and there will be a Full as well as a Lite version of that app. In order get both bundles from the same source code and xcode project I added another target to the …
0
votes
1answer
13 views
Set the default description for custom build rules in Visual Studio (2008)
In VS, it is possible to set a custom build rule at the individual file level. However, unless you change the description of the build step (which is what msbuild outputs when running the external …
0
votes
0answers
51 views
VS2008: Add custom build rule to a Property Sheet (vsprops)?
I'm using the CUDA .rules file which comes with the CUDA SDK for custom build steps in my project.
To save on property duplication I'd like to define the properties of the CUDA rule in a .vsprops …
0
votes
1answer
36 views
How do I set up a Java-like language (LeJOS NXJ) in Visual Studio 2005 that uses an external compiler?
Recently, I installed the JDK and a java library called LeJOS NXJ, for controlling a LEGO Mindstorms robot. I'd like to be able to set up the language to run through visual studio, which offers J# …
4
votes
6answers
205 views
Things to consider when writing our own Continuous Integration server?
I work on a large project in an organization that is (slowly) upgrading our development processes to be a bit more modern. We currently are considering moving to a Continuous Integration model; as …
0
votes
0answers
104 views
VS2005 Custom Build Rules: How to make Categories properly show?
Hello,
I've created a .rules file which shows up correctly in the Property Pages for my project.
The problem is that Categories used to sort the properties don't show up correctly.
Only the …
2
votes
4answers
1k views
Visual studio custom build step rule?
Using Visual Studio 2008, When I add to a C++ project a file that is not .c/.cpp/.h/.rc or anything the IDE doesn't recognize a dialog pops up which asks me if I want to create a custom build step …
0
votes
3answers
530 views
Custom Flex Ant build task
A beginner's question.
I'm building a .swf with Flex Ant.
To my .swf I link a file, target.as, which I generate from file source.txt with command
./tool.sh source.txt > target.as
How can I …
3
votes
3answers
644 views
Running doxygen as Custom Build Step in VS2008
I am generating doxygen documentation for my (fairly small) project on each build.
I did the following to accomplish this:
Added the index.html, which doxygen generates, to the project
Specified a …
