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

Added missing constants in Rakefile for Windows build

parent bc8b4ab0
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ PKG_VERSION = Fox.fxrubyversion ...@@ -8,6 +8,9 @@ PKG_VERSION = Fox.fxrubyversion
FXRUBY_HOME_URL = "http://www.fxruby.org" FXRUBY_HOME_URL = "http://www.fxruby.org"
FOX_VERSION = "1.6.0" FOX_VERSION = "1.6.0"
FOX_HOME_URL = "http://www.fox-toolkit.com" 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| Hoe.new("FXRuby", PKG_VERSION) do |p|
# ... project specific data ... # ... project specific data ...
...@@ -240,4 +243,4 @@ end ...@@ -240,4 +243,4 @@ end
task :generate_kwargs_lib do task :generate_kwargs_lib do
ruby 'scripts/generate_kwargs_lib.rb' ruby 'scripts/generate_kwargs_lib.rb'
end end
\ No newline at end of file
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