followup to svn rev12272 to fix x64 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12273 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c3513129f5
commit
c58d35ccbf
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -22,6 +22,26 @@
|
||||||
Outputs="$(SolutionDir)$(InputFileName)"
|
Outputs="$(SolutionDir)$(InputFileName)"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|x64"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
|
||||||
|
CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
|
||||||
|
Outputs="$(SolutionDir)$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|x64"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
|
||||||
|
CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
|
||||||
|
Outputs="$(SolutionDir)$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
Loading…
Reference in New Issue