From 9de5b002a546c580c5535faed2364f57817e49a1 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Tue, 15 Sep 2009 11:05:50 -0500 Subject: [PATCH] Added --with-fxscintilla options for the configuration --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index ef3f731..3d76d2b 100755 --- a/Rakefile +++ b/Rakefile @@ -215,6 +215,8 @@ Rake::ExtensionTask.new("fox16") do |ext| # ext.config_options << "--with-fox-lib=/usr/local/lib" ext.config_options << "--with-fox-include=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/include/fox-1.6" ext.config_options << "--with-fox-lib=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/lib" + ext.config_options << "--with-fxscintilla-include=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/include/fxscintilla" + ext.config_options << "--with-fxscintilla-lib=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/lib" end # Set environment variable SWIG_LIB to -- GitLab