sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged coding

[Update: I devised an improved method to create command prompts for Visual Studio 2008, 2010 and 2012 all-in-one.] I open a command prompt so often that it has become a burden to have to use a stock cmd shortcut and cd to the right directory. It is easy to add an option to the context […]

A “shadow build” is an out-of-source build, where the source code is kept in one place and the build tree in another. I use this method to compile Qt on windows with Visual Studio (as of writing this post with VS2010). Preparation First download the latest Qt source code package. I usually download the latest […]