diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-06 06:13:52 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-06 06:13:52 +0000 |
| commit | 3a383015bd6b06b2ed9c0bd0425c55031eae137e (patch) | |
| tree | e7f2de50dc216d7af298e548fe3554649d1c15d0 /win32 | |
| parent | da8a50cf48c2bcc8ebca035646342fc642f8f296 (diff) | |
| download | ruby-3a383015bd6b06b2ed9c0bd0425c55031eae137e.tar.gz ruby-3a383015bd6b06b2ed9c0bd0425c55031eae137e.tar.xz ruby-3a383015bd6b06b2ed9c0bd0425c55031eae137e.zip | |
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ee3f72bfc..2cd964bdc 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -102,7 +102,7 @@ OBJS = array.obj \ all: miniruby$(EXEEXT) rbconfig.rb ext/extmk.rb \ $(LIBRUBY) $(MISCLIBS) set LIB=../../win32;$(ORGLIBPATH) - @.\miniruby$(EXEEXT) -Xext extmk.rb + @.\miniruby$(EXEEXT) -Cext extmk.rb ruby: $(PROGRAM) rubyw: $(WPROGRAM) @@ -154,7 +154,7 @@ install: rbconfig.rb clean:; @rm -f $(OBJS) $(LIBRUBY_A) $(MAINOBJ) rbconfig.rb @rm -f ext/extinit.c ext/extinit.obj ext/vc*.pdb *.obj *.res - @-.\miniruby$(EXEEXT) -Xext extmk.rb clean + @-.\miniruby$(EXEEXT) -Cext extmk.rb clean distclean: clean @rm -f Makefile ext/extmk.rb config.h |
