Skip to content

Commit

Permalink
Update for 7.4.1104
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 16, 2016
1 parent e12e394 commit 7ddba2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ xcopy /s .ext\include C:\Ruby22\include\ruby-2.2.0
popd
:: Racket
:: Need a patch to install gvim with dynamic racket
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/u96qEzQeBgAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/61e3413aadebb/if_mzscheme6.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
git apply --check fix_mzscheme.diff && git apply fix_mzscheme.diff || exit 1
curl -f -L https://mirror.racket-lang.org/releases/6.3/installers/racket-minimal-6.3-i386-win32.exe -o racket.exe
start /wait racket.exe /S

Expand Down Expand Up @@ -101,9 +98,6 @@ xcopy /s .ext\include C:\Ruby22-x64\include\ruby-2.2.0
popd
:: Racket
:: Need a patch to install gvim with dynamic racket
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/u96qEzQeBgAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/61e3413aadebb/if_mzscheme6.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
git apply --check fix_mzscheme.diff && git apply fix_mzscheme.diff || exit 1
curl -f -L https://mirror.racket-lang.org/releases/6.3/installers/racket-minimal-6.3-x86_64-win32.exe -o racket.exe
start /wait racket.exe /S

Expand Down

0 comments on commit 7ddba2f

Please sign in to comment.