wmake must be made before other targets.

This commit is contained in:
Mark Olesen
2008-06-05 15:29:53 +02:00
parent 220b4c128b
commit aa68159ae4
2 changed files with 13 additions and 8 deletions

View File

@ -1,9 +1,10 @@
#!/bin/sh
set -x
(cd $WM_PROJECT_INST_DIR/ThirdParty && ./Allwmake)
# wmake is required for subsequent targets
(cd wmake/src && make)
(cd wmake && ./makeWmake)
(cd $WM_PROJECT_INST_DIR/ThirdParty && ./Allwmake)
(cd src && ./Allwmake)