1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-11-16 08:37:59 +00:00
parent 78bb93ac08
commit f556628264
3 changed files with 6 additions and 3 deletions

View file

@ -86,5 +86,6 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL)
\# EXTLIBS = cw32.lib import32.lib user32.lib kernel32.lib \# EXTLIBS = cw32.lib import32.lib user32.lib kernel32.lib
$(INCLUDE) $$(srcdir)bcc32/Makefile.sub $(INCLUDE) $$(srcdir)bcc32/Makefile.sub
| |
@$(srcdir)\win32\rm.bat config.h config.status @if exist config.h del config.h
@if exist config.status del config.status
@echo type "`$(MAKE)'" to make ruby for $(OS). @echo type "`$(MAKE)'" to make ruby for $(OS).

View file

@ -84,5 +84,6 @@ $(CPU) = $(PROCESSOR_LEVEL)
$(INCLUDE) $$(srcdir)/win32/Makefile.sub $(INCLUDE) $$(srcdir)/win32/Makefile.sub
<< <<
@$(srcdir)\win32\rm.bat config.h config.status @if exist config.h del config.h
@if exist config.status del config.status
@echo type `$(MAKE)' to make ruby for $(OS). @echo type `$(MAKE)' to make ruby for $(OS).

View file

@ -230,5 +230,6 @@ CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)/missing -I$$(srcdir)/wince \
$(INCLUDE) $$(srcdir)/wince/Makefile.sub $(INCLUDE) $$(srcdir)/wince/Makefile.sub
<< <<
@$(srcdir)\win32\rm.bat config.h config.status @if exist config.h del config.h
@if exist config.status del config.status
@echo type `$(MAKE)' to make ruby for $(OS). @echo type `$(MAKE)' to make ruby for $(OS).