Changeset 129 in downloads
- Timestamp:
- Feb 14, 2016, 5:02:50 PM (9 years ago)
- Location:
- windows/precompiled_dependencies/mingw64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
windows/precompiled_dependencies/mingw64/build.sh
r126 r129 94 94 echo "${NAME} Preparing target directory..." 95 95 96 TARGET_BIN_DIR="${TARGET_DIR}/ bin/${TOOLCHAIN_NAME}"97 TARGET_INC_DIR="${TARGET_DIR}/ include"98 TARGET_LIB_DIR="${TARGET_DIR}/ lib/${TOOLCHAIN_NAME}"96 TARGET_BIN_DIR="${TARGET_DIR}/dependencies/bin/${TOOLCHAIN_NAME}" 97 TARGET_INC_DIR="${TARGET_DIR}/dependencies/include" 98 TARGET_LIB_DIR="${TARGET_DIR}/dependencies/lib/${TOOLCHAIN_NAME}" 99 99 100 100 mkdir -p $TARGET_BIN_DIR -
windows/precompiled_dependencies/mingw64/readme.txt
r126 r129 37 37 Download the latest release of version 5.1 (tolua++ is not compatible with more recent versions): http://www.lua.org/download.html 38 38 Unpack the archive and update the WORKING_DIR variable in build_lua.sh accordingly. 39 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. 39 40 40 41
Note: See TracChangeset
for help on using the changeset viewer.