another go at fixing the unit tests under windows - give a -f Makefile.nmake arg

svn path=/trunk/; revision=21314
This commit is contained in:
Richard van der Hoff 2007-04-03 13:03:07 +00:00
parent 12ae982bfc
commit c7f5b65111
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#
if [ "$WS_SYSTEM" == "Windows" ] ; then
MAKE=nmake
MAKE="nmake -f Makefile.nmake"
else
MAKE=make
fi