mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
FS-6293 fix windows build from version.h being added to xmlrpc
This commit is contained in:
parent
98bba8b57a
commit
07438df263
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user