Skip to content
Snippets Groups Projects
Commit 0d0b74ad authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Remove hard-coded path to the Scintilla.iface file in the :scintilla task

parent 812788c1
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ FXRUBY_HOME_URL = "http://www.fxruby.org"
FOX_VERSION = "1.6.0"
FOX_HOME_URL = "http://www.fox-toolkit.com"
FOX_INSTALL_DIR = "e:\\src\\fox-1.6.35"
FXSCINTILLA_INSTALL_DIR = "c:\\src\\fxscintilla"
FXSCINTILLA_INSTALL_DIR = "~/src/fxscintilla-1.71/scintilla"
ISCC = "C:\\Progra~1\\InnoSe~1\\ISCC.exe"
hoe = Hoe.spec "FXRuby" do
......@@ -185,8 +185,7 @@ namespace :fxruby do
end
task :scintilla do
# ruby "scripts/iface.rb -i ~/src/fxscintilla/scintilla/include/Scintilla.iface -o lib/fox16/scintilla.rb"
ruby "scripts/iface.rb -i c:/src/fxscintilla-1.71/scintilla/include/Scintilla.iface -o lib/fox16/scintilla.rb"
ruby "scripts/iface.rb -i #{FXSCINTILLA_INSTALL_DIR}/include/Scintilla.iface -o lib/fox16/scintilla.rb"
end
task :generate_kwargs_lib do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment