[Freeswitch-svn] [commit] r9156 - in freeswitch/trunk: libs/win32 libs/win32/flite src/mod/asr_tts/mod_flite

Freeswitch SVN mikej at freeswitch.org
Thu Jul 24 02:12:44 EDT 2008


Author: mikej
Date: Thu Jul 24 02:12:43 2008
New Revision: 9156

Added:
   freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj
   freeswitch/trunk/libs/win32/flite/
   freeswitch/trunk/libs/win32/flite/flite.2008.vcproj
   freeswitch/trunk/src/mod/asr_tts/mod_flite/mod_flite.2008.vcproj

Log:
add 2008 project files for mod_flite build. (FSBUILD-62)

Added: freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj	Thu Jul 24 02:12:43 2008
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="Download FLITE"
+	ProjectGUID="{D5D2BF72-29FE-4982-A9FA-82FDD086DB1B}"
+	RootNamespace="Download FLITE"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="131072"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="10"
+			CharacterSet="2"
+			BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+				CommandLine=""
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+				CommandLine=""
+				Outputs=""
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="10"
+			CharacterSet="2"
+			BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+				CommandLine=""
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine=""
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<File
+			RelativePath=".\flite\cleancount"
+			>
+			<FileConfiguration
+				Name="Debug|Win32"
+				>
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Downloading Flite."
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					Outputs="$(ProjectDir)..\flite-1.3.99"
+        />
+      </FileConfiguration>
+			<FileConfiguration
+				Name="Release|Win32"
+				>
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Downloading Flite."
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					Outputs="$(ProjectDir)..\flite-1.3.99"
+				/>
+			</FileConfiguration>
+		</File>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Added: freeswitch/trunk/libs/win32/flite/flite.2008.vcproj
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/flite/flite.2008.vcproj	Thu Jul 24 02:12:43 2008
@@ -0,0 +1,745 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="flite"
+	ProjectGUID="{0AD1177E-1FD8-4643-9391-431467A11084}"
+	RootNamespace="flite-1.3-current"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="&quot;..\..\flite-1.3.99\include&quot;;&quot;..\..\flite-1.3.99\lang\usenglish&quot;;&quot;..\..\flite-1.3.99\lang\cmulex&quot;"
+				PreprocessorDefinitions="CST_AUDIO_WINCE=1;NO_UNION_INITIALIZATION=1;_CRT_SECURE_NO_WARNINGS"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				WarningLevel="3"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="2"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="&quot;..\..\flite-1.3.99\include&quot;;&quot;..\..\flite-1.3.99\lang\usenglish&quot;;&quot;..\..\flite-1.3.99\lang\cmulex&quot;"
+				PreprocessorDefinitions="CST_AUDIO_WINCE=1;NO_UNION_INITIALIZATION=1;_CRT_SECURE_NO_WARNINGS"
+				MinimalRebuild="true"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\audio\au_command.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\audio\au_wince.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\audio\audio.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\audio\auserver.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lex.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lex_data.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lex_entries.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lts_model.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lts_rules.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb.c"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						AdditionalIncludeDirectories="include;lang/usenglish"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						AdditionalIncludeDirectories="include;lang/usenglish"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb_clunits.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb_lex_entry.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb_lpc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb_mcep.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\cmu_us_kal.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\cmu_us_kal16.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\cmu_us_kal16_diphone.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\cmu_us_kal16_lpc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\cmu_us_kal16_res.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\cmu_us_kal16_residx.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\cmu_us_kal_diphone.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\cmu_us_kal_lpc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\cmu_us_kal_res.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\cmu_us_kal_residx.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_alloc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_args.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\stats\cst_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_clunits.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_diphone.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_endian.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_error.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_features.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\hrg\cst_ffeature.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_file_stdio.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\hrg\cst_item.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\lexicon\cst_lexicon.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_lpcres.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\lexicon\cst_lts.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\lexicon\cst_lts_rewrites.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_mmap_win32.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\synth\cst_phoneset.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_reflpc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\regex\cst_regex.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\hrg\cst_rel_io.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\hrg\cst_relation.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_sigpr.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_sigprFP.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_socket.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\stats\cst_ss.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_string.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_sts.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\synth\cst_synth.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_tokenstream.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_track.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_track_io.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\wavesynth\cst_units.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\synth\cst_utt_utils.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\hrg\cst_utterance.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_val.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_val_const.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\utils\cst_val_user.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\stats\cst_viterbi.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\synth\cst_voice.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_wave.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_wave_io.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\cst_wave_utils.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\synth\flite.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\speech\rateconv.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\regex\regexp.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\regex\regsub.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_aswd.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_dur_stats.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_durz_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_expand.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_f0_model.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_f0lr.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_ffeatures.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_gpos.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_int_accent_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_int_tone_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_nums_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_phoneset.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_phrasing_cart.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_postlex.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_text.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\usenglish.c"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmu_lts_model.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmulex\cmulex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_alloc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_args.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_audio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_clunits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_diphone.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_endian.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_error.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_features.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_file.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_hrg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_item.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_lexicon.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_lts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_lts_rewrites.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_math.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_phoneset.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_regex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_relation.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_sigpr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_ss.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_string.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_sts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_synth.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_tokenstream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_track.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_units.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_utt_utils.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_utterance.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_val.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_val_const.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_val_defs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_viterbi.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_voice.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\cst_wave.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\include\flite.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\src\audio\native_audio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_durz_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_f0.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_ffeatures.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_int_accent_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_int_tone_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_nums_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_phrasing_cart.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\us_text.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\usenglish\usenglish.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal\voxdefs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_us_kal16\voxdefs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\flite-1.3.99\lang\cmu_time_awb\voxdefs.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
\ No newline at end of file

Added: freeswitch/trunk/src/mod/asr_tts/mod_flite/mod_flite.2008.vcproj
==============================================================================
--- (empty file)
+++ freeswitch/trunk/src/mod/asr_tts/mod_flite/mod_flite.2008.vcproj	Thu Jul 24 02:12:43 2008
@@ -0,0 +1,289 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="mod_flite"
+	ProjectGUID="{66444AEE-554C-11DD-A9F0-8C5D56D89593}"
+	RootNamespace="mod_flite"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="131072"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			ConfigurationType="2"
+			InheritedPropertySheets="..\..\..\..\w32\module_debug.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../../../../libs/flite-1.3.99/include"
+				PreprocessorDefinitions="APT_LIB_EXPORT"
+				UsePrecompiledHeader="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="flite.lib"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories="$(SolutionDir)Debug"
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			ConfigurationType="2"
+			InheritedPropertySheets="..\..\..\..\w32\module_release.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../../../../libs/flite-1.3-current/include"
+				PreprocessorDefinitions="APT_LIB_EXPORT"
+				UsePrecompiledHeader="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				AdditionalLibraryDirectories=""
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Debug Static|Win32"
+			ConfigurationType="2"
+			InheritedPropertySheets="..\..\..\..\w32\module_debug.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../../../../libs/flite-1.3-current/include"
+				UsePrecompiledHeader="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				AdditionalLibraryDirectories=""
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release Static|Win32"
+			ConfigurationType="2"
+			InheritedPropertySheets="..\..\..\..\w32\module_release.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../../../../libs/flite-1.3-current/include"
+				UsePrecompiledHeader="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				AdditionalLibraryDirectories=""
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<File
+			RelativePath=".\mod_flite.c"
+			>
+		</File>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>



More information about the Freeswitch-svn mailing list