X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fmakefile.mk;h=23dde72392d35c756dc821bcbc7c40902c22daae;hb=4c968f6156c114f1c23bebffcd6710d4a1f359fe;hp=65416f76eac8c33b26e7e7a9371198bcc3d1c308;hpb=a502f3d85db268d649a552e90a4cefc6995a8e16;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/makefile.mk b/win32/makefile.mk index 65416f7..23dde72 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -33,7 +33,7 @@ INST_TOP *= $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER *= \5.00559 +INST_VER *= \5.00561 # # Comment this out if you DON'T want your perl installation to have @@ -546,7 +546,8 @@ MICROCORE_SRC = \ ..\toke.c \ ..\universal.c \ ..\utf8.c \ - ..\util.c + ..\util.c \ + ..\xsutils.c EXTRACORE_SRC += perllib.c