Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add bld.bat for perl
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 15, 2014
1 parent 1e87b5a commit 4b57ba4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions perl/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bash Configure -de -Dprefix=$PREFIX -Duserelocatableinc
if errorlevel 1 exit 1

make
if errorlevel 1 exit 1

make test
if errorlevel 1 exit 1

make install
if errorlevel 1 exit 1

0 comments on commit 4b57ba4

Please sign in to comment.