[Commits] (markie) Fix path problem
commits at osafoundation.org
commits at osafoundation.org
Thu Apr 29 11:07:28 PDT 2004
Commit by: markie
Modified files:
internal/PyLucene/Makefile.mingw 1.3 1.4
Log message:
Fix path problem
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/PyLucene/Makefile.mingw.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: internal/PyLucene/Makefile.mingw
diff -u internal/PyLucene/Makefile.mingw:1.3 internal/PyLucene/Makefile.mingw:1.4
--- internal/PyLucene/Makefile.mingw:1.3 Wed Apr 14 14:25:40 2004
+++ internal/PyLucene/Makefile.mingw Thu Apr 29 11:06:56 2004
@@ -1,7 +1,7 @@
!if "$(DEBUG)" == "1"
-CCFLAGS = -O -g
+CCFLAGS = -O -g
LDFLAGS = -g
PYDBG = -DPy_TRACE_REFS
mode = debug
@@ -30,7 +30,7 @@
LUCENE = $(SRCDIR)\lucene-$(VERSION)
-PYTHON_INC = $(RELDIR)\bin\include
+PYTHON_INC = $(RELDIR)\bin\include $(RELDIR)\..\python\Python-2.3.3\Include
PYTHON_SITE = $(RELDIR)\bin\Lib\site-packages
OBJS = $(BINDIR)\db_const.o $(BINDIR)\db.o $(BINDIR)\store.o $(BINDIR)\lucene.o $(BINDIR)\reader.java.o $(BINDIR)\reader.cpp.o
More information about the Commits
mailing list