|
@@ -9,20 +9,14 @@ MX2_WHOLE_ARCHIVE=0
|
|
|
|
|
|
'***** WINDOWS TARGET *****
|
|
|
|
|
|
-'(Note: Don't use TDM GCC, as it uses SJLJ exceptions which are very slow)
|
|
|
+'(Note: TDM GCC not recommended, as it uses SJLJ exceptions which are very slow)
|
|
|
|
|
|
'Need this to override installed mingws.
|
|
|
GCC_EXEC_PREFIX=
|
|
|
|
|
|
-'Mingw-64 for 32 bit apps.
|
|
|
-PATH=${MX2_HOME}\devtools\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;${PATH}
|
|
|
+'Add MinGW to path...
|
|
|
PATH=${MX2_HOME}\devtools\i686-6.2.0-posix-dwarf-rt_v5-rev1\mingw32\bin;${PATH}
|
|
|
|
|
|
-'Mingw-64 for 64 bit apps, but don't use 'coz no 64 bit angle lib yet.
|
|
|
-'PATH=${MX2_HOME}\devtools\x86_64-5.3.0-posix-seh-rt_v4-rev0\mingw64\bin;${PATH}
|
|
|
-
|
|
|
-MX2_GCC_TOOLS_WINDOWS=${MX2_HOME}\devtools\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin
|
|
|
-
|
|
|
'Linker options
|
|
|
MX2_LD_OPTS_WINDOWS=-static -m32
|
|
|
MX2_LD_OPTS_WINDOWS_DEBUG=
|
|
@@ -43,7 +37,7 @@ MX2_CPP_OPTS_WINDOWS_RELEASE=-O3 -DNDEBUG '-fvtable-gc -fdata-sections -ffunctio
|
|
|
|
|
|
'To build emscripten apps, you'll need to download and install emscripten.
|
|
|
'
|
|
|
-'To build wasm apps, you'll to install/build emscripten 'icoming' branch.
|
|
|
+'To build wasm apps, you'll to install/build emscripten 'incoming' branch.
|
|
|
'
|
|
|
'To run emscripten/wasm apps, you'll need MonkeyXFree86c in your devtools directory.
|
|
|
|
|
@@ -70,13 +64,18 @@ MX2_CPP_OPTS_EMSCRIPTEN_RELEASE=-O3
|
|
|
'This is where *my* ndk-bundle is located - yours is probably somewhere else!
|
|
|
'
|
|
|
'For android builds, you need to either set this correctly or make sure 'ndk-build' is in your system PATH.
|
|
|
-
|
|
|
+'
|
|
|
'PATH=D:\devtools\Android\sdk\ndk-bundle;${PATH}
|
|
|
|
|
|
-'Uncomment below to build for ALL android architectures (slow). Defaults to armeabi-v7a.
|
|
|
+'Controls APP_ABI in Application.mk for NDK
|
|
|
+'
|
|
|
MX2_ANDROID_APP_ABI=armeabi-v7a x86
|
|
|
'MX2_ANDROID_APP_ABI=all
|
|
|
|
|
|
+'Controls APP_PLATFORM in Application.mk for NDK
|
|
|
+'
|
|
|
+MX2_ANDROID_APP_PLATFORM=10
|
|
|
+
|
|
|
'***** RASPBIAN *****
|
|
|
|
|
|
MX2_RASPBIAN_TOOLS=${MX2_HOME}\devtools\SysGCC\Raspberry\bin
|