Fix a bug when building on Windows from a binary install (rather than

from Python sources).
Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@101616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
markh%activestate.com 2001-08-22 04:10:08 +00:00
parent 64c06e8edd
commit 6f58a1ebcc

View File

@ -89,7 +89,7 @@ LLIBS=$(LLIBS) $(LIBNSPR) \
$(NULL)
# Hack to get /LIBPATH down to the cmdline
OS_LIBS=$(OS_LIBS) /libpath:$(PYTHON_SRC)/pcbuild /libpath:$(PYTHON_SRC)/lib
OS_LIBS=$(OS_LIBS) /libpath:$(PYTHON_SRC)/pcbuild /libpath:$(PYTHON_SRC)/libs
LINCS= /I$(PYTHON_SRC)\Include /I$(PYTHON_SRC)\PC \
$(NULL)