Francis Galiegue skrev: > Hello, > > MakeTask.java switches to nmake if it finds a Windows environment, or > "worse", mingw32-make if it finds the environment is mingw. Does it > mean that in such a case, the make command doesn't even exist? >
Hi, Francis. nmake.exe is the makefile interpreter used for development with Microsoft Visual C++ and mingw32-make.exe is the one used with MinGW. There is no default makefile interpreter installed on Windows. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
