From: Jeff Lenk Date: Mon, 26 Mar 2012 13:34:42 +0000 (-0500) Subject: FS-4046 --resolve windows xml vanilla thanks X-Git-Tag: v1.2-rc1~19^2^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80dda3567d75108cd936f70a2cb59460c577a824;p=thirdparty%2Ffreeswitch.git FS-4046 --resolve windows xml vanilla thanks --- diff --git a/w32/Library/FreeSwitchCore.2008.vcproj b/w32/Library/FreeSwitchCore.2008.vcproj index 08c7b298f1..e21333f975 100644 --- a/w32/Library/FreeSwitchCore.2008.vcproj +++ b/w32/Library/FreeSwitchCore.2008.vcproj @@ -109,7 +109,7 @@ /> diff --git a/w32/Library/FreeSwitchCore.2010.vcxproj b/w32/Library/FreeSwitchCore.2010.vcxproj index 7cb47d30ba..94b5dbc55a 100644 --- a/w32/Library/FreeSwitchCore.2010.vcxproj +++ b/w32/Library/FreeSwitchCore.2010.vcxproj @@ -126,7 +126,7 @@ - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -181,7 +181,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX64 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -227,7 +227,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX86 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -276,7 +276,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX64 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" diff --git a/w32/Library/FreeSwitchCore.vcproj b/w32/Library/FreeSwitchCore.vcproj index 9fd2e82cd8..604d773fe1 100644 --- a/w32/Library/FreeSwitchCore.vcproj +++ b/w32/Library/FreeSwitchCore.vcproj @@ -105,7 +105,7 @@ />