mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-21 18:30:56 +00:00
added the linux compilation
This commit is contained in:
parent
20dfed9cb3
commit
00fe8dc2c2
2 changed files with 7 additions and 0 deletions
6
scripts/compile_linux.sh
Executable file
6
scripts/compile_linux.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
cmake ../neo
|
|
@ -3,3 +3,4 @@ rm -rf build
|
|||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=../scripts/mingw_toolchain.cmake -DDHEWM3LIBS=../scripts/dhewm3-libs/i686-w64-mingw32 ../neo
|
||||
#cmake -DCMAKE_TOOLCHAIN_FILE=../scripts/mingw_toolchain.cmake ../neo
|
||||
|
|
Loading…
Reference in a new issue