aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/config-pd-msvc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/config-pd-msvc.txt')
-rw-r--r--externals/grill/py/config-pd-msvc.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/externals/grill/py/config-pd-msvc.txt b/externals/grill/py/config-pd-msvc.txt
index 3787eef1..ed8f1101 100644
--- a/externals/grill/py/config-pd-msvc.txt
+++ b/externals/grill/py/config-pd-msvc.txt
@@ -1,5 +1,5 @@
# py/pyext - python script objects for PD and Max/MSP
-# Copyright (c) 2002 Thomas Grill (xovo@gmx.net)
+# Copyright (c)2002,03 Thomas Grill (xovo@gmx.net)
#
# where is PD?
@@ -9,10 +9,10 @@ PDPATH=c:\programme\audio\pd
FLEXTPATH=$(PDPATH)\flext
# where is MS VC++?
-MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
+MSVCPATH=C:\Programme\Microsoft Visual Studio .NET 2003\Vc7
# which version of Python?
-PYTHONVER=python22
+PYTHONVER=python23
# where are the python header files?
PYTHONINCLUDE=c:\programme\prog\$(PYTHONVER)\include
@@ -26,3 +26,7 @@ OUTPATH=pd-msvc
# where should the external be installed?
# (leave blank to omit installation)
INSTDIR=$(PDPATH)\extra
+
+# user defined compiler flags
+# (check if they match your system!)
+UFLAGS=/G6 /Ox