Changeset 127 in downloads for windows/precompiled_dependencies/mingw64
- Timestamp:
- Feb 14, 2016, 11:25:22 AM (9 years ago)
- Location:
- windows/precompiled_dependencies/mingw64
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
windows/precompiled_dependencies/mingw64/build_boost.sh
r126 r127 16 16 rm -rf $STAGE_DIR 17 17 check_result $? "cleaning stage dir" 18 rm -rf "bin.v2" 19 check_result $? "cleaning dist dir" 18 20 rm -rf "dist" 21 check_result $? "cleaning dist dir" 22 rm -rf "tools/build/src/engine/bin.ntx86" 23 check_result $? "cleaning dist dir" 24 rm -rf "tools/build/src/engine/bootstrap" 25 check_result $? "cleaning dist dir" 26 rm -rf "libs/config/checks/architecture/bin" 19 27 check_result $? "cleaning dist dir" 20 28 rm -rf $TEMP_INC_DIR … … 53 61 mkdir -p ${TARGET_INC_DIR}/boost 54 62 check_result $? "creating include dir" 55 cp -aT ${TEMP_INC_DIR}/boost ${TARGET_INC_DIR}/boost/ 63 cp -aT ${TEMP_INC_DIR}/boost ${TARGET_INC_DIR}/boost/boost 56 64 check_result $? "copying includes" 57 65 -
windows/precompiled_dependencies/mingw64/build_cegui-0-7.sh
r126 r127 34 34 cp -aT "${TEMP_DIR}/ogredeps/lib/Release" "dependencies/lib" 35 35 check_result $? "copy libs" 36 37 # create subdirectory to fix an include path in premake script 38 mkdir -p "cegui/include/ScriptingModules/LuaScriptModule/support/tolua++bin" 36 39 37 40 cd projects/premake -
windows/precompiled_dependencies/mingw64/build_lua.sh
r126 r127 34 34 mkdir -p "${TARGET_INC_DIR}/lua" 35 35 check_result $? "create include dir" 36 cp -aT $HEADER_DIR "${TARGET_INC_DIR}/lua "36 cp -aT $HEADER_DIR "${TARGET_INC_DIR}/lua/include" 37 37 check_result $? "copying includes" 38 38 -
windows/precompiled_dependencies/mingw64/build_ogre.sh
r126 r127 18 18 then 19 19 # modify sources to make it work with mingw64 20 sed -i "s/ -march=i686//" "CMakeLists.txt" 21 check_result $? "remove compiler flag -march=i686" 20 22 sed -i "s/DxErr/dxerr9/" "CMake/Packages/FindDirectX.cmake" 21 23 check_result $? "renaming DxErr library in FindDirectX.cmake" -
windows/precompiled_dependencies/mingw64/build_ogredeps.sh
r126 r127 52 52 53 53 # copy whole dependency folder to TEMP_DIR for future build steps (i.e. ogre) 54 cp -aT "ogredeps" "${TEMP_DIR} "54 cp -aT "ogredeps" "${TEMP_DIR}/ogredeps" 55 55 check_result $? "copying dependencies to TEMP_DIR" 56 56 -
windows/precompiled_dependencies/mingw64/build_tcl.sh
r126 r127 2 2 3 3 NAME="[tcl]" 4 WORKING_DIR="tcl/tcl8.6.4" 4 WORKING_DIR="tcl/tcl8.5.19" 5 #WORKING_DIR="tcl/tcl8.6.4" 5 6 6 7 source ./build_common.sh -
windows/precompiled_dependencies/mingw64/build_xerces.sh
r126 r127 30 30 cp -a "src/.libs/libxerces-c.a" "${TEMP_DIR}/ceguideps/lib" 31 31 check_result $? "copy lib" 32 cp -aT "src/xercesc" "${TEMP_DIR}/ceguideps/include "32 cp -aT "src/xercesc" "${TEMP_DIR}/ceguideps/include/xercesc" 33 33 check_result $? "copy includes" 34 34
Note: See TracChangeset
for help on using the changeset viewer.