correct path setting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15481 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d1604498ee
commit
29cc73abe6
|
@ -76,7 +76,7 @@
|
|||
Name="VCCustomBuildTool"
|
||||
Description="Downloading LIBBV16."
|
||||
CommandLine="if not exist "$(ProjectDir)..\libbv16-0.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/libbv16-0.1.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\LIBBV16"
|
||||
Outputs="$(ProjectDir)..\LIBBV16-0.1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
@ -86,7 +86,7 @@
|
|||
Name="VCCustomBuildTool"
|
||||
Description="Downloading LIBBV16."
|
||||
CommandLine="if not exist "$(ProjectDir)..\libbv16-0.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/libbv16-0.1.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\LIBBV16"
|
||||
Outputs="$(ProjectDir)..\LIBBV16-0.1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue