Strip CRs when installing fips_premain.c Correct compat library rule

in FIPS mode.
This commit is contained in:
Dr. Stephen Henson
2011-06-18 17:18:25 +00:00
parent 6cdcb92513
commit 0b41fcc2cb
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ if ($fipscanisterbuild)
$o='\\';
$cp='$(PERL) util/copy.pl';
$cp2='$(PERL) util/copy.pl -stripcr';
$mkdir='$(PERL) util/mkdir-p.pl';
$rm='del /Q';