mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
- added CMAKE support for building MG in Windows using MingW
This commit is contained in:
10
build-mg.bat
Normal file
10
build-mg.bat
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
@echo off
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
|
||||||
|
rem set build_verbose="-D CMAKE_VERBOSE_MAKEFILE=ON"
|
||||||
|
set build_verbose=
|
||||||
|
cmake -G "MinGW Makefiles" %build_verbose% -D wxWidgets_ROOT_DIR="..\source\win32_deps\wxWidgets-2.8.10" -D wxWidgets_LIB_DIR="..\source\win32_deps\wxWidgets-2.8.10\lib" -D wxWidgets_CONFIGURATION="mswu" ..
|
||||||
|
|
||||||
|
mingw32-make
|
||||||
|
cd ..\
|
Reference in New Issue
Block a user