提交 07438df2 authored 作者: Jeff Lenk's avatar Jeff Lenk

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

上级 98bba8b5
<?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
......
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论