- or download this
R6034: An application (...\perl.exe) made an attempt to load the C-run
+time library incorrectly.
- or download this
manifest :
$(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
- or download this
C:\Perl64\packages\Devel-Size-0.72>nmake manifest
...
Copyright (C) Microsoft Corporation. All rights reserved.
'manifest' is up-to-date
- or download this
manifest : $(INST_DYNAMIC) $(INST_DYNAMIC).manifest
mt -manifest $(INST_DYNAMIC).manifest -outputresource:$(INST_DYNAM
+IC);2
- or download this
# --- MakeMaker linkext section:
linkext :: $(LINKTYPE) manifest
$(NOECHO) $(NOOP)
- or download this
perl Makefile.pl
perl fixmakefile.pl <<<<additional step>>>>
nmake
nmake test
nmake install
- or download this
#! perl -sw
use strict;
...
close OUT or die "Closing fixed makefile failed: $!";
rename 'Makefile.fixed', 'Makefile'
or die "Rename fixed makefile failed: $!";