Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank van Beek <frank@iae.nl>2003-01-04 19:29:09 +0300
committerFrank van Beek <frank@iae.nl>2003-01-04 19:29:09 +0300
commit24f546162efb499025538518f5b0f003bd1d6d99 (patch)
treec6367aa463881aa580f3d3baded2415fcf7ac053 /source/Makefile
parent76f4ae72f3ab87233debe11170762345bb345403 (diff)
- we're using python22.lib instead of python20.lib nowadays
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
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)