ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/RubyInstaller/makefile
Revision: 1094
Committed: 2008-09-26T04:36:42-07:00 (16 years, 8 months ago) by douglas
File size: 447 byte(s)
Log Message:
Seems to work.

File Contents

# Content
1 # Ruby Installer
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 all:
8 mingw32-make $@
9
10 .gems:
11 mingw32-make $@
12
13 .gems-install:
14 mingw32-make $@
15
16 .ruby:
17 mingw32-make $@
18
19 .ruby-install:
20 mingw32-make $@
21
22 ruby/bin/history.dll:
23 mingw32-make $@
24
25 ruby/bin/libeay32.dll:
26 mingw32-make $@
27
28 ruby/bin/readline.dll:
29 mingw32-make $@
30
31 ruby/bin/ssleay32.dll:
32 mingw32-make $@
33
34 ruby/bin/zlib.dll:
35 mingw32-make $@
36
37 clean:
38 mingw32-make $@

Properties

Name Value
svn:keywords Id