Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2016, 10:47:28 PM (8 years ago)
Author:
landauf
Message:

prepared for CEGUI 0.8

File:
1 edited

Legend:

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

    r126 r133  
    3636        check_result $? "copying library"
    3737       
     38        # copy includes
     39        mkdir -p ${TARGET_INC_DIR}/tolua++
     40        check_result $? "creating include dir"
     41        cp -aT "../include" ${TARGET_INC_DIR}/tolua++/include
     42        check_result $? "copying includes"
     43
    3844        # add to ceguideps
    3945        mkdir -p "${TEMP_DIR}/ceguideps/lib"
Note: See TracChangeset for help on using the changeset viewer.