--win32 now does win32new instead of depend
This commit is contained in:
parent
4c5a657de1
commit
04dee5fbe8
1 changed files with 3 additions and 1 deletions
4
setup
4
setup
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
if [ "`echo $* | grep \"\-\-win32\"`" = "" ]; then
|
if [ "`echo $* | grep \"\-\-win32\"`" = "" ]; then
|
||||||
RULESFILE=Rules.make
|
RULESFILE=Rules.make
|
||||||
|
DEPEND=depend
|
||||||
else
|
else
|
||||||
RULESFILE=Rules.make.WIN32
|
RULESFILE=Rules.make.WIN32
|
||||||
|
depend=win32new
|
||||||
CROSS=" win32"
|
CROSS=" win32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -917,7 +919,7 @@ case $ANSWER in
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo
|
echo
|
||||||
$MAKE depend
|
$MAKE $DEPEND
|
||||||
$MAKE$CROSS
|
$MAKE$CROSS
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue