From 04c6fcb7cd37120ef7f1b324f08cef6b2e28e7f6 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Sat, 7 Mar 2009 03:20:13 -0600 Subject: [PATCH] Added missing constants in Rakefile for Windows build --- Rakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 51bd60d..5140512 100755 --- a/Rakefile +++ b/Rakefile @@ -8,6 +8,9 @@ PKG_VERSION = Fox.fxrubyversion 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" +ISCC = "C:\\Progra~1\\InnoSe~1\\ISCC.exe" Hoe.new("FXRuby", PKG_VERSION) do |p| # ... project specific data ... @@ -240,4 +243,4 @@ end task :generate_kwargs_lib do ruby 'scripts/generate_kwargs_lib.rb' -end \ No newline at end of file +end -- GitLab