custom-build

Run a Visual Studio custom tool at build time

I have a script that will convert a text file into a resource file, so that I can have multiple language support by having text files for different languages converted into different resources. Once I run the script to get the resx file, I then have to run a custom build tool (as described here:Link to Code Project) in order to create t...

How can I compile MySQL 5.1 on a 64 bit CentOS machine in order to achieve high performance?

I hope to achieve improved performance over the stock builds by creating a custom build of MySQL, tailored for 64-bit CentOS and InnoDB. However, I have no idea where to begin here. Would someone please be so kind as to provide me with a list of the steps I must take in order to accomplish this task? ...

Visual Studio: Custom Build Rules - per solution?

Hi, I need to define a custom build rule for files in my projects. However the rule may be different for different solutions (more percisely, for the same solution in a parallel dev branch). I have two questions: Can a .rules file be specified in a location relative to the solution? That way I'd be able to create rules per developmen...

Why are my Custom Build steps not running in Visual Studio 2010?

I have a Visual Studio project with several Custom Build steps in it, but some of them are simply failing to run. There are no errors and no warnings, and according to the build logs they are running, but they're definitely not. It was all working in older versions of Visual Studio, but it's now going wrong in Visual Studio 2010. ...