From 0454258c5cdfa3217b263e5b1b02d203a98167d9 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Tue, 15 Sep 2009 15:43:45 -0500 Subject: [PATCH] Removed obsolete constant defs from top of Rakefile --- Rakefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Rakefile b/Rakefile index 3bb8bce..d871ded 100755 --- a/Rakefile +++ b/Rakefile @@ -6,12 +6,7 @@ require './lib/fox16/version.rb' # Some constants we'll need 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 = "~/src/fxscintilla-1.71/scintilla" -ISCC = "C:\\Progra~1\\InnoSe~1\\ISCC.exe" hoe = Hoe.spec "FXRuby" do # ... project specific data ... -- GitLab