- we're using python22.lib instead of python20.lib nowadays

This commit is contained in:
Frank van Beek 2003-01-04 16:29:09 +00:00
parent 76f4ae72f3
commit 24f546162e

@ -424,7 +424,7 @@ else
endif
ifeq ($(OS),windows)
PYLIB = $(NAN_PYTHON)/lib/python20.lib
PYLIB = $(NAN_PYTHON)/lib/python22.lib
PYPLAYERLIB = $(NAN_PYTHON)/static/*.obj
PYPLAYERLIB = $(PYLIB)