aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile-win-msvc.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:04:29 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:04:29 +0000
commite306932afa409fe7a07ed9126a6766139c579754 (patch)
tree4d73704638e2bc99b3460edd09d249094e535f2a /externals/grill/py/makefile-win-msvc.txt
parentf38b827252320ae0fdacce3d418058cca3b84bce (diff)
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
Diffstat (limited to 'externals/grill/py/makefile-win-msvc.txt')
-rw-r--r--externals/grill/py/makefile-win-msvc.txt15
1 files changed, 15 insertions, 0 deletions
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