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 1094 by douglas, 2008-09-26T04:36:42-07:00 vs.
Revision 1095 by douglas, 2008-09-26T05:31:15-07:00

# Line 50 | Line 50 | all: $(INSTALLER)
50          $(TOUCH) $@
51  
52   $(INSTALLER): ruby-installer.nsi .gems-install
53 <        makensis /DRUBY_VERSION=$(RUBY_VERSION) /DGEMS_VERSION=$(GEMS_VERSION) \
54 <                /DBASE=$(BASE) $<
53 >        makensis -DRUBY_VERSION=$(RUBY_VERSION) -DGEMS_VERSION=$(GEMS_VERSION) \
54 >                -DBASE=$(BASE) $<
55  
56   ruby/bin/%.dll: %.dll .ruby
57          $(CP) $< $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines