[Orxonox-commit 6463] r129 - windows/precompiled_dependencies/mingw64

landauf at orxonox.net landauf at orxonox.net
Sun Feb 14 17:02:50 CET 2016


Author: landauf
Date: 2016-02-14 17:02:50 +0100 (Sun, 14 Feb 2016)
New Revision: 129

Modified:
   windows/precompiled_dependencies/mingw64/build.sh
   windows/precompiled_dependencies/mingw64/readme.txt
Log:
details

Modified: windows/precompiled_dependencies/mingw64/build.sh
===================================================================
--- windows/precompiled_dependencies/mingw64/build.sh	2016-02-14 13:20:05 UTC (rev 128)
+++ windows/precompiled_dependencies/mingw64/build.sh	2016-02-14 16:02:50 UTC (rev 129)
@@ -93,9 +93,9 @@
 
 	echo "${NAME} Preparing target directory..."
 
-	TARGET_BIN_DIR="${TARGET_DIR}/bin/${TOOLCHAIN_NAME}"
-	TARGET_INC_DIR="${TARGET_DIR}/include"
-	TARGET_LIB_DIR="${TARGET_DIR}/lib/${TOOLCHAIN_NAME}"
+	TARGET_BIN_DIR="${TARGET_DIR}/dependencies/bin/${TOOLCHAIN_NAME}"
+	TARGET_INC_DIR="${TARGET_DIR}/dependencies/include"
+	TARGET_LIB_DIR="${TARGET_DIR}/dependencies/lib/${TOOLCHAIN_NAME}"
 
 	mkdir -p $TARGET_BIN_DIR
 	check_result $? "creating target bin directory"

Modified: windows/precompiled_dependencies/mingw64/readme.txt
===================================================================
--- windows/precompiled_dependencies/mingw64/readme.txt	2016-02-14 13:20:05 UTC (rev 128)
+++ windows/precompiled_dependencies/mingw64/readme.txt	2016-02-14 16:02:50 UTC (rev 129)
@@ -36,6 +36,7 @@
 ## Lua: ##
 Download the latest release of version 5.1 (tolua++ is not compatible with more recent versions): http://www.lua.org/download.html
 Unpack the archive and update the WORKING_DIR variable in build_lua.sh accordingly.
+Note: If you use Lua 5.1 you should probably open src/luaconf.h and change the definition of lua_number2int and lua_number2integer to avoid issues with DirectX.
 
 
 ## tolua++: ## (for cegui 0.8)




More information about the Orxonox-commit mailing list