Skip to content

Instantly share code, notes, and snippets.

@573
Created December 10, 2012 19:43
Show Gist options
  • Save 573/4252825 to your computer and use it in GitHub Desktop.
Save 573/4252825 to your computer and use it in GitHub Desktop.
The command I run on cmd console to build the different library variants of wxWidgets 2.9.4
@echo off
for %%i in (LIB_DEBUG LIB_DEBUG_UNICODE LIB_DEBUG_MONO LIB_DEBUG_MONO_UNICODE LIB_RELEASE LIB_RELEASE_UNICODE LIB_RELEASE_MONO LIB_RELEASE_MONO_UNICODE DLL_DEBUG DLL_DEBUG_UNICODE DLL_DEBUG_MONO DLL_DEBUG_MONO_UNICODE DLL_RELEASE DLL_RELEASE_UNICODE DLL_RELEASE_MONO DLL_RELEASE_MONO_UNICODE) do echo wxBuild_default.bat MINGW4 NULL %%i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment