Top "Build-process" questions

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

How to delete files in Visual Studio Pre-build event command line

I am trying to delete files in my $(TargetDir) within visual studio before building a project. How do you have …

visual-studio command-line build-process pre-build-event
Building C# solutions from command line with Visual Studio 2010

I want to automate the build process for my C# solutions. How can I build C# solutions from the command …

c# visual-studio build build-process build-automation
ld linker question: the --whole-archive option

The only real use of the --whole-archive linker option that I have seen is in creating shared libraries from static …

build-process linker static-libraries
How does Go compile so quickly?

I've Googled and poked around the Go website, but I can't seem to find an explanation for Go's extraordinary build …

performance compiler-construction build-process go
Dropping all user tables/sequences in Oracle

As part of our build process and evolving database, I'm trying to create a script which will remove all of …

sql oracle plsql build-process oracle11g
What is the point of a "Build Server"?

I haven't worked for very large organizations and I've never worked for a company that had a "Build Server". What …

continuous-integration build-process agile build-server
Can a program depend on a library during compilation but not runtime?

I understand the difference between runtime and compile-time and how to differentiate between the two, but I just don't see …

java build-process runtime compile-time
Why is there no need for Maven in .NET?

I have the impression, that in the .NET-world, there is no real need for a Maven-like tool. I am aware …

.net maven-2 build-process build build-automation
Recursive CMake search for header and source files

I am new to CMake and would like to ask if somebody can help in the following problem. I have …

build cmake build-process build-automation
How to exclude a folder that is producing warnings/errors in an Eclipse project?

Okay. I'm sick of this problem. This has to have an easy fix, I'm sure of it!! I hope SO …

eclipse ide build-process m2eclipse