Top "Build-process" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

Compiling C++Builder project on command line

Is there a way to compile a C++Builder project (a specific build configuration) from the command line? Something like: …

build automation build-process c++builder
Version Numbers in a project with Qt

Version numbers are needed all over a project; in installers, code, toolchains etc. I despise duplication. I want my version …

qt preprocessor version build-process
How to get doxygen to run faster?

Doxygen is a bit slow - it takes about a couple of minutes to process my whole project, so for …

build-process doxygen
Evaluating property equality in Nant

In my Nant script I would like to compare a property value to a known string. After reading the Nant …

build-process nant
Using Java's exec command when you don't know if there's be spaces

I'm fighting the spaces bug in Java's Runtime exec method. Here's what's unique about this problem: the command I'm trying …

java process build-process runtime.exec
ant+cpptasks vs. scons vs. make

I'm looking into scons and I just want to make sure I know what the alternatives are, before I invest …

ant build-process makefile scons
"ERROR MSB4040 There is no target in the project" when using msbuild+Delphi2009

I'm trying to automate the build of a project in Delphi 2009. I'm using msbuild with .net 3.5 I simply call: Z:\…

delphi msbuild build-process delphi-2009
How can the AOSP build number be customized?

I am building AOSP, v4.4.2. I want to specify a part of the "Build number" string (as per Settings -&…

android build-process versioning android-source build-numbers
Visual Studio Setup and Deployment build fails with no errors

I have a setup and deployment project that, on our build server, reports the following in the summary: ========== Rebuild All: 25 …

.net build-process setup-deployment
How to shorten the Qt make process?

I have downloaded an open source Qt that target on Windows. Since I am using the VS2010 command prompt to …

qt build-process nmake