1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/djgpp/configure.bat
eban e551412777 2000-06-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-06-24 14:06:35 +00:00

25 lines
715 B
Batchfile

@echo off
set _dj_=djgpp
if exist djgpp\nul goto top
cd ..
:top
if exist %_dj_%\version.sed goto exist
sed -n -f %_dj_%\mkver.sed < version.h > %_dj_%\version.sed
:exist
set _convert_=-f %_dj_%\config.status -f %_dj_%\version.sed
sed %_convert_% < Makefile.in > Makefile
sed %_convert_% < ext\extmk.rb.in > ext\extmk.rb
sed %_convert_% < %_dj_%\config.hin > config.h
echo LFN check > 12345678
sed -n /LFN/d 123456789 > nul
if errorlevel 2 goto LFN
copy missing\vsnprintf.c missing\vsnprint.c > nul
copy %_dj_%\config.status config.sta > nul
goto end
:LFN
copy %_dj_%\config.status config.status > nul
:end
set _dj_=
set _convert_=
del 12345678
echo Now you must run a make.