aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Patches/00.example-basics.pd (renamed from Patches/00 example-basics.pd)0
-rw-r--r--Patches/makefile4
-rw-r--r--Patches/vplugin.pd4
3 files changed, 4 insertions, 4 deletions
diff --git a/Patches/00 example-basics.pd b/Patches/00.example-basics.pd
index dba54df..dba54df 100644
--- a/Patches/00 example-basics.pd
+++ b/Patches/00.example-basics.pd
diff --git a/Patches/makefile b/Patches/makefile
index 55d610f..e27df95 100644
--- a/Patches/makefile
+++ b/Patches/makefile
@@ -4,8 +4,8 @@ all: vframe vsig vsnapshot vrgb vcolor vframeread vdrawarray arraysize buildstr
#
# note: maximum optimization (/Ox) causes crashes with plugins..
-F = /DNT /DPD /LD /Gd /GD /Ogitb1 /Gs /I\system\pd\src /I..\Plugins
-L = \system\pdt17\bin\pd.lib
+F = /DNT /DPD /LD /Gd /GD /Ogitb1 /Gs /Ic:\pd\src /I..\Plugins
+L = c:\pd\bin\pd.lib
vframe:
cl vframe.c $(F) /link /export:vframe_setup $(L) user32.lib
diff --git a/Patches/vplugin.pd b/Patches/vplugin.pd
index 5582846..e3177bf 100644
--- a/Patches/vplugin.pd
+++ b/Patches/vplugin.pd
@@ -1,9 +1,9 @@
-#N canvas 0 0 466 316 12;
+#N canvas 0 0 468 318 12;
#X obj 70 26 inlet;
#X obj 70 272 outlet;
#X text 125 200 correct this path to your installation;
#X obj 70 142 l2s;
-#X obj 70 172 makefilename g:/fsrel/framestein/plugins/%s;
+#X obj 70 172 makefilename e:/fsrel/framestein/plugins/%s;
#X connect 0 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 1 0;