remove mingw windows compile step
This commit is contained in:
parent
6bf2ea2753
commit
aa1628f8c0
8
Makefile
8
Makefile
@ -7,18 +7,10 @@ submodules:
|
||||
make -C lib/dolphin/cmake-build dolphin-tool
|
||||
make -C lib/wiimms-iso-tools/project
|
||||
|
||||
submodules-windows:
|
||||
git submodule update --init --recursive --depth=1
|
||||
mingw64-cmake -S lib/dolphin -B lib/dolphin/cmake-build-windows
|
||||
mingw64-make -C lib/dolphin/cmake-build-windows dolphin-tool
|
||||
mingw64-make -C lib/wiimms-iso-tools/project
|
||||
|
||||
preinstall:
|
||||
cp lib/wiimms-iso-tools/project/bin/wit bin/
|
||||
cp lib/dolphin/cmake-build/Binaries/dolphin-tool bin/
|
||||
|
||||
windows: submodules-windows
|
||||
|
||||
clean:
|
||||
rm -rf lib/dolphin/cmake-build/*
|
||||
rm -rf lib/dolphin/cmake-build-windows/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user