diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:23:25 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:23:25 +0000 |
commit | 8c1d53dbb2c5bd6c6dc6c718ef51c11254bd5833 (patch) | |
tree | 6760a831fce2230fa175143117a810fa47739d41 | |
parent | c4574a9fb0281ff3945ecb7eedf101680a7db6ba (diff) |
*** empty log message ***
svn path=/trunk/Framestein/; revision=101
-rw-r--r-- | Patches/00.example-basics.pd (renamed from Patches/00 example-basics.pd) | 0 | ||||
-rw-r--r-- | Patches/makefile | 4 | ||||
-rw-r--r-- | Patches/vplugin.pd | 4 |
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; |