X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=djgpp%2Fconfigure.bat;h=4d73cd1dfebed2a2f9af5cb7d45a08d5a9381de8;hb=c33fe6136db08002c23477124823657a548fce45;hp=370f5ed048f8bf8c93889631e1fdb3ce8d14e3e6;hpb=d2a0188286383355aaa13e586da8618f82242215;p=p5sagit%2Fp5-mst-13.2.git diff --git a/djgpp/configure.bat b/djgpp/configure.bat index 370f5ed..4d73cd1 100644 --- a/djgpp/configure.bat +++ b/djgpp/configure.bat @@ -27,11 +27,11 @@ goto end :shell_ok sh -c 'if test ! -d /tmp; then mkdir /tmp; fi' -cp djgpp.c config.over .. +cp djgpp.[hc] config.over .. cd .. echo Running sed... sh djgpp/djgppsed.sh echo Running Configure... -sh Configure -DPERL_EXTERNAL_GLOB %1 %2 %3 %4 %5 %6 %7 %8 %9 +sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9 :end