From e306932afa409fe7a07ed9126a6766139c579754 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 17 Dec 2004 05:04:29 +0000 Subject: support for Python threads, at last output single atoms instead of 1-element lists small changes for release using flext build system svn path=/trunk/; revision=2398 --- externals/grill/py/makefile-win-msvc.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 externals/grill/py/makefile-win-msvc.txt (limited to 'externals/grill/py/makefile-win-msvc.txt') diff --git a/externals/grill/py/makefile-win-msvc.txt b/externals/grill/py/makefile-win-msvc.txt new file mode 100644 index 00000000..9d923235 --- /dev/null +++ b/externals/grill/py/makefile-win-msvc.txt @@ -0,0 +1,15 @@ +# py/pyext - python script object for PD and Max/MSP +# Copyright (C)2002-04 Thomas Grill (gr@grrrr.org) +# +# Makefile for MSVC++ 6 and 7 +# +# usage: +# to build run "build-max-msvc.bat" or "build-pd-msvc.bat" +# + +# includes +INCPATH=/I$(PYTHONPATH)\include +LIBPATH=/LIBPATH:$(PYTHONPATH)\libs + +# multithreaded build +FLEXT_THREADED=1 -- cgit v1.2.1