FS-6293 fix windows build from version.h being added to xmlrpc

This commit is contained in:
Jeff Lenk 2014-03-24 18:09:07 -05:00
parent 98bba8b57a
commit 07438df263
2 changed files with 254 additions and 254 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@ -227,7 +227,7 @@ popd
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>if not exist "$(XMLRPCDir)version.h" (
<Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
pushd $(XMLRPCDir)Windows
"ConfigureWin32.bat"
popd

View File

@ -235,7 +235,7 @@ popd
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>if not exist "$(XMLRPCDir)version.h" (
<Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
pushd $(XMLRPCDir)Windows
"ConfigureWin32.bat"
popd