aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-221-18/+52
* merge -r 12332:12336shyouhei2007-05-221-0/+4
* * configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu2007-02-191-7/+4
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-2/+9
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-1/+1
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-9/+1
* * ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu2006-09-081-2/+2
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-9/+30
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-10/+16
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+7
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-241-6/+1
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-2/+2
* * common.mk (static-ruby): overridable.nobu2005-11-161-4/+6
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-0/+15
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-6/+9
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-2/+3
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-2/+5
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-2/+2
* * ext/extmk.rb: expand path for ext/**/extconf.rb.nobu2005-04-181-3/+3
* * ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu2005-04-171-1/+2
* * ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu2005-04-171-4/+6
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-0/+1
* * ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu2005-04-071-1/+1
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-3/+10
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-301-65/+193
* * ext/extmk.rb (parse_args): add DESTDIR only when not directednobu2005-03-021-1/+8
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2005-02-061-8/+11
* * ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa2005-01-201-2/+3
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-2/+2
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-281-2/+18
* * ext/extmk.rb: already built-in libraries satisfy dependencies.nobu2004-09-021-1/+3
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-4/+7
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-261-1/+1
* *** empty log message ***nobu2004-01-121-1/+1
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-12/+16
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-6/+5
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-3/+10
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-7/+15
* * ext/extmk.rb (--no-undefined): annoying option removed.eban2003-08-021-11/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-2/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-2/+7