1 ##############################################################################
5 ##############################################################################
11 Backup mono build configuration files
, if needed
.
17 ## config header file.
20 ## cygconfig header file.
24 $include_cygconfig = Get-Content $mono_config | Select-String -pattern
'#include[ ]*\"cygconfig.h\"[ ]*'
25 if($include_cygconfig -eq
$null)
27 ## Backup mono_config into mono_cygconfig, overweiring any existing file.
28 Write-Host "Backup " $mono_config " -> " $mono_cygconfig
29 Copy-Item $mono_config $mono_cygconfig -Force