Created
December 10, 2012 19:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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