Link against static PWlib and OpenH323 libraries.

git-svn-id: http://voip.null.ro/svn/yate@1608 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-01-09 11:45:01 +00:00
parent afded714aa
commit eb56171ec0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="8,00"
Name="_h323chan"
ProjectGUID="{DC897705-0065-4FA0-B1C2-5A3E75240A95}"
>
@ -74,7 +74,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="PTLib.lib ptclib.lib OpenH323.lib"
AdditionalDependencies="PTLibs.lib ptclib.lib OpenH323s.lib"
OutputFile="Release/h323chan.yate"
LinkIncremental="1"
SuppressStartupBanner="true"
@ -170,7 +170,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="PTLibd.lib ptclibd.lib OpenH323d.lib"
AdditionalDependencies="PTLibsd.lib ptclibd.lib OpenH323sd.lib"
OutputFile="Debug/h323chan.yate"
LinkIncremental="1"
SuppressStartupBanner="true"