diff options
Diffstat (limited to 'Patches/makefile')
-rw-r--r-- | Patches/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |