[RavenclawDev 327] [22] Fixed Audio_Server extern.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Thu Aug 16 17:57:57 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070816/8d22340d/attachment.html
-------------- next part --------------
Property changes on: Agents
___________________________________________________________________
Name: svn:externals
- BackendServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/BackendServer2
DateTime4 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/DateTime4
Helios3 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Helios3
Kalliope http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Kalliope
MultiDecoder/AudioServer http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/AudioServer
MultiDecoder/DTMF_Engine http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/DTMF_Engine
MultiDecoder/Sphinx_Engine http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/Sphinx_Engine
NlgServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/NlgServer2
Phoenix2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Phoenix2
ProcessMonitor http://edam.speech.cs.cmu.edu/repos/olympus/Agents/ProcessMonitor
TTYRecognitionServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/TTYRecognitionServer2
+ BackendServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/BackendServer2
DateTime4 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/DateTime4
Helios3 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Helios3
Kalliope http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Kalliope
MultiDecoder/Audio_Server http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/Audio_Server
MultiDecoder/DTMF_Engine http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/DTMF_Engine
MultiDecoder/Sphinx_Engine http://edam.speech.cs.cmu.edu/repos/olympus/Agents/MultiDecoder/Sphinx_Engine
NlgServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/NlgServer2
Phoenix2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/Phoenix2
ProcessMonitor http://edam.speech.cs.cmu.edu/repos/olympus/Agents/ProcessMonitor
TTYRecognitionServer2 http://edam.speech.cs.cmu.edu/repos/olympus/Agents/TTYRecognitionServer2
Modified: Agents/MeetingLineDM/MeetingLineDM.vcproj
===================================================================
--- Agents/MeetingLineDM/MeetingLineDM.vcproj 2007-08-16 19:26:17 UTC (rev 21)
+++ Agents/MeetingLineDM/MeetingLineDM.vcproj 2007-08-16 21:57:55 UTC (rev 22)
@@ -1,130 +1,191 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="MeetingLineDM"
ProjectGUID="{8AD2EDB1-F154-40E3-8317-6799592E8B34}"
- SccProjectName="SAK"
- SccAuxPath="SAK"
- SccLocalPath="SAK"
- SccProvider="SAK"
- Keyword="Win32Proj">
+ RootNamespace="MeetingLineDM"
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- OmitFramePointers="TRUE"
+ OmitFramePointers="true"
AdditionalIncludeDirectories=".;..\..\Libraries\RavenClaw\DialogTask;..\..\Libraries\RavenClaw;..\..\Libraries\Galaxy\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GALAXY"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
+ EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="..\..\Libraries\RavenClaw\Lib\ReleaseGalaxy\RavenClaw.lib user32.lib ws2_32.lib ..\..\Libraries\Galaxy\lib\x86-nt\libGalaxy.lib"
OutputFile="$(OutDir)/MeetingLineDM.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
HeapReserveSize="2000000"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName).exe"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName).exe"
+ />
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..\..\Libraries\RavenClaw\DialogTask;..\..\Libraries\RavenClaw;..\..\Libraries\Galaxy\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;GALAXY"
- MinimalRebuild="TRUE"
+ MinimalRebuild="true"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- EnableFunctionLevelLinking="TRUE"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
- CompileAs="0"/>
+ CompileAs="0"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="..\..\Libraries\RavenClaw\Lib\DebugGalaxy\RavenClaw_debug.lib user32.lib ws2_32.lib ..\..\Libraries\Galaxy\lib\x86-nt\libGalaxy_debug.lib"
OutputFile="$(OutDir)/MeetingLineDM.exe"
LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/MeetingLineDM.pdb"
SubSystem="1"
HeapReserveSize="2000000"
- TargetMachine="0"/>
+ TargetMachine="0"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
+ />
</Configuration>
</Configurations>
<References>
@@ -132,47 +193,59 @@
<Files>
<Filter
Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
+ >
<File
- RelativePath="BindingFilters.cpp">
+ RelativePath="BindingFilters.cpp"
+ >
</File>
<File
- RelativePath="BindingFilters.h">
+ RelativePath="BindingFilters.h"
+ >
</File>
<File
- RelativePath="MeetingLineDialogTask.cpp">
+ RelativePath="MeetingLineDialogTask.cpp"
+ >
</File>
</Filter>
<Filter
Name="Configuration"
- Filter="">
+ >
<File
- RelativePath="expl.pol">
+ RelativePath="expl.pol"
+ >
</File>
<File
- RelativePath="expl_impl.pol">
+ RelativePath="expl_impl.pol"
+ >
</File>
<File
- RelativePath="grounding.policies">
+ RelativePath="grounding.policies"
+ >
</File>
<File
- RelativePath="MeetingLineDM.cfg">
+ RelativePath="MeetingLineDM.cfg"
+ >
</File>
<File
- RelativePath="request_default.pol">
+ RelativePath="request_default.pol"
+ >
</File>
<File
- RelativePath=".\request_lr.pol">
+ RelativePath=".\request_lr.pol"
+ >
</File>
</Filter>
<Filter
Name="Documentation"
- Filter="">
+ >
<File
- RelativePath="DialogTaskStructure.txt">
+ RelativePath="DialogTaskStructure.txt"
+ >
</File>
<File
- RelativePath="ToDo.txt">
+ RelativePath="ToDo.txt"
+ >
</File>
</Filter>
</Files>
Property changes on: Libraries
___________________________________________________________________
Name: svn:externals
- DTMFDecoder http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/DTMFDecoder
Galaxy http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/Galaxy
RavenClaw http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/RavenClaw
Rosetta http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/Rosetta
sphinx2 https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/sphinx2
+ DTMFDecoder http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/DTMFDecoder
Galaxy http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/Galaxy
RavenClaw http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/RavenClaw
Rosetta http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/Rosetta
sphinx2 https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/sphinx2
trunkSphinx2msdev http://edam.speech.cs.cmu.edu/repos/olympus/Libraries/trunkSphinx2msdev
More information about the Ravenclaw-developers
mailing list