ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/RubyInstaller/GNUmakefile
(Generate patch)

Comparing RubyInstaller/GNUmakefile (file contents):
Revision 1095 by douglas, 2008-09-26T05:31:15-07:00 vs.
Revision 1212 by douglas, 2009-07-29T07:13:06-07:00

# Line 46 | Line 46 | all: $(INSTALLER)
46          $(TOUCH) $@
47  
48   .ruby-install: ruby/bin/history.dll ruby/bin/libeay32.dll ruby/bin/history.dll \
49 <        ruby/bin/ssleay32.dll ruby/bin/zlib.dll
49 >        ruby/bin/readline.dll ruby/bin/ssleay32.dll ruby/bin/zlib.dll
50          $(TOUCH) $@
51  
52   $(INSTALLER): ruby-installer.nsi .gems-install
53          makensis -DRUBY_VERSION=$(RUBY_VERSION) -DGEMS_VERSION=$(GEMS_VERSION) \
54 <                -DBASE=$(BASE) $<
54 >                -DRUBY_LICENSE=$(wildcard ruby/doc/ruby/ruby-*/COPYING) -DBASE=$(BASE) \
55 >                $<
56  
57   ruby/bin/%.dll: %.dll .ruby
58          $(CP) $< $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines