forked from Mirrors/freeswitch
c7b05ea27c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16719 d0543943-73ff-0310-b7d9-9358b9ac24b2
25 lines
581 B
XML
25 lines
581 B
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="apr"
|
|
InheritedPropertySheets="$(ProjectDir)..\..\build\vsprops\unibase.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(AprDir)\include";"$(AprUtilDir)\include""
|
|
/>
|
|
<UserMacro
|
|
Name="AprDir"
|
|
Value="$(LibRootDir)libs\apr"
|
|
/>
|
|
<UserMacro
|
|
Name="AprUtilDir"
|
|
Value="$(LibRootDir)libs\apr-util"
|
|
/>
|
|
<UserMacro
|
|
Name="AprIconvDir"
|
|
Value="$(LibRootDir)libs\apr-iconv"
|
|
/>
|
|
</VisualStudioPropertySheet>
|