From 24f546162efb499025538518f5b0f003bd1d6d99 Mon Sep 17 00:00:00 2001 From: Frank van Beek Date: Sat, 4 Jan 2003 16:29:09 +0000 Subject: [PATCH] - we're using python22.lib instead of python20.lib nowadays --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index 57452b17976..37250a8fc9a 100644 --- a/source/Makefile +++ b/source/Makefile @@ -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)