Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 129 in downloads


Ignore:
Timestamp:
Feb 14, 2016, 5:02:50 PM (8 years ago)
Author:
landauf
Message:

details

Location:
windows/precompiled_dependencies/mingw64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • windows/precompiled_dependencies/mingw64/build.sh

    r126 r129  
    9494        echo "${NAME} Preparing target directory..."
    9595
    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}"
    9999
    100100        mkdir -p $TARGET_BIN_DIR
  • windows/precompiled_dependencies/mingw64/readme.txt

    r126 r129  
    3737Download the latest release of version 5.1 (tolua++ is not compatible with more recent versions): http://www.lua.org/download.html
    3838Unpack the archive and update the WORKING_DIR variable in build_lua.sh accordingly.
     39Note: 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.
    3940
    4041
Note: See TracChangeset for help on using the changeset viewer.