~s3734770/widelands/carli-ai

« back to all changes in this revision

Viewing changes to compile.sh

  • Committer: Carli
  • Date: 2011-11-13 00:01:57 UTC
  • Revision ID: s3734770@mail.zih.tu-dresden.de-20111113000157-i8pu11tlyld8abq0
Improved AI (is now able to defeat other AI enemies)

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
    echo " "
138
138
    cmake -DWL_PORTABLE=true .. -DCMAKE_EXE_CXX_FLAGS="${CFLAGS}" -DCMAKE_BUILD_TYPE="${var_build_type}"
139
 
    make ${MAKEOPTS}
 
139
    make ${MAKEOPTS} -j
140
140
    return 0
141
141
  }
142
142
 
182
182
            echo " "
183
183
            echo "bzr pull"
184
184
            echo "cd build"
185
 
            echo "make"
 
185
            echo "make -j"
186
186
            if [ $var_build_lang -eq 1 ] ; then
187
187
              echo "make lang"
188
188
            fi