aboutsummaryrefslogtreecommitdiffstats
path: root/win32/setup.mak
Commit message (Expand)AuthorAgeFilesLines
* * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND),usa2008-01-221-9/+9
* * win32/setup.mak: strip out empty lines from CPP output.nobu2008-01-151-1/+2
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu2007-07-211-1/+1
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-081-1/+14
* * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-071-0/+3
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-2/+10
* * win32/setup.mak (MAKE): workaround for nmake 8.usa2006-01-171-0/+1
* * win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaroundusa2006-01-171-1/+1
* * win32/setup.mk: findstr doesn't exist on win9x.ocean2005-11-211-1/+1
* * win32/Makefile.sub (OPTFLAGS): default global optimization tonobu2005-04-271-0/+1
* * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu2005-04-191-0/+3
* * configure.in (mingw32): use actual runtime DLL name as ruby DLLnobu2005-04-131-7/+64
* * {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty innobu2005-04-021-4/+8
* * win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa2004-12-281-0/+3
* * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa2004-11-161-1/+2
* * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa2004-11-161-0/+1
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-06-241-1/+1
* * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu2002-12-271-4/+5
* * win32/setup.mak (-prologue-): moved srcdir macro definition.usa2002-12-261-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa2002-12-251-6/+10
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-42/+66
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-101-16/+43
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-1/+2
* * win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa2002-04-191-2/+2
* * win32/Makefile.sub: made variables configurable.nobu2002-03-201-4/+7
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-1/+1
* matzmatz2000-12-261-1/+1
* ebaneban2000-09-191-1/+1
* matzmatz2000-08-071-5/+5
* matz - add/remove filesmatz2000-08-031-0/+27