mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-27 12:56:15 +00:00
use correct paths when embedding unimrcp projects in another solution file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13861 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6f6af777c7
commit
b101e777d1
@ -15,14 +15,14 @@
|
|||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="AprDir"
|
Name="AprDir"
|
||||||
Value="$(ProjectRootDir)libs\apr"
|
Value="$(LibRootDir)libs\apr"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="AprUtilDir"
|
Name="AprUtilDir"
|
||||||
Value="$(ProjectRootDir)libs\apr-util"
|
Value="$(LibRootDir)libs\apr-util"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="AprIconvDir"
|
Name="AprIconvDir"
|
||||||
Value="$(ProjectRootDir)libs\apr-iconv"
|
Value="$(LibRootDir)libs\apr-iconv"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
@ -15,6 +15,6 @@
|
|||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="SofiaDir"
|
Name="SofiaDir"
|
||||||
Value="$(ProjectRootDir)libs\sofia-sip"
|
Value="$(LibRootDir)libs\sofia-sip"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="ProjectRootDir"
|
Name="ProjectRootDir"
|
||||||
|
Value="$(ProjectDir)..\..\"
|
||||||
|
/>
|
||||||
|
<UserMacro
|
||||||
|
Name="LibRootDir"
|
||||||
Value="$(SolutionDir)"
|
Value="$(SolutionDir)"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user