> Using Python 2.4.4 on Win XP, JDK 1.6, ANT 1.7 > > I have build JCC with VS 2003, and adapted the PyLucene Makefile to my > System. What "make" should I use now? The "make" of Visual Studio or > should I install cygwin because of the "cygdrive" paths. > > Sorry, If this is a noob question. > > --dirk > _______________________________________________ > pylucene-dev mailing list > [email protected] > http://lists.osafoundation.org/mailman/listinfo/pylucene-dev >
GNU Make, the one from cygwin. Although, that's not strictly necessary as the build process is really driven by python and JCC. It would be simple enough to write a batch script or a Microsoft make file instead. Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
