From 8c1d53dbb2c5bd6c6dc6c718ef51c11254bd5833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 31 Aug 2002 08:23:25 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=101 --- Patches/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Patches/makefile') 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 -- cgit v1.2.1