diff options
| author | shigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-28 05:08:01 +0000 |
|---|---|---|
| committer | shigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-28 05:08:01 +0000 |
| commit | 6c7e598ab91089e31351d163106c44b257d84642 (patch) | |
| tree | 10c4c5fb71a50aefd1d0ad5d2c93aa51fb99752e /ext | |
| parent | d2d2fed4e484b5c2caea652838becd884a8225d5 (diff) | |
| download | ruby-6c7e598ab91089e31351d163106c44b257d84642.tar.gz ruby-6c7e598ab91089e31351d163106c44b257d84642.tar.xz ruby-6c7e598ab91089e31351d163106c44b257d84642.zip | |
Entries for bigdecimal added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/Setup | 2 | ||||
| -rw-r--r-- | ext/Setup.atheos | 2 | ||||
| -rw-r--r-- | ext/Setup.dj | 2 | ||||
| -rw-r--r-- | ext/Setup.emx | 2 | ||||
| -rw-r--r-- | ext/Setup.nt | 2 | ||||
| -rw-r--r-- | ext/Setup.x68 | 2 |
6 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,8 @@ #option nodynamic #Win32API +#bigdecimal +#bigdecimal/lib #curses #dbm #digest diff --git a/ext/Setup.atheos b/ext/Setup.atheos index 8f04f06a4..b224b8608 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -1,5 +1,7 @@ option nodynamic +bigdecimal +bigdecimal/lib curses dbm digest diff --git a/ext/Setup.dj b/ext/Setup.dj index b6b5165bc..064f008f3 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -1,6 +1,8 @@ option nodynamic #Win32API +bigdecimal +bigdecimal/lib #curses dbm digest diff --git a/ext/Setup.emx b/ext/Setup.emx index 90e187370..0aba00e98 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -1,6 +1,8 @@ option nodynamic #Win32API +bigdecimal +bigdecimal/lib curses #dbm digest diff --git a/ext/Setup.nt b/ext/Setup.nt index 02638c8ea..0b3338312 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -1,6 +1,8 @@ #option nodynamic Win32API +bigdecimal +bigdecimal/lib #curses #dbm digest diff --git a/ext/Setup.x68 b/ext/Setup.x68 index a5e4bc64b..512c3bf82 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -1,6 +1,8 @@ option nodynamic #Win32API +bigdecimal +bigdecimal/lib #curses dbm digest |
