Tag Archives: batch script
Compile the wxWidgets source – batch script
When setting up a development environment for wxWidgets, it’s usually necessary to compile your own binaries from the source. This can be a tedious task, so I threw together a simple batch script which simplifies the whole process. Note: As of 2.9.5, it is possible to download pre-built binaries for Visual C++ users. [batch]@ECHO OFF…