ECS Home Automation and Security Archives
  learn more | view messages for this month | NetBloc® | terms of use | search

Google
 


  subject (prev) or (next) | time (prev) or (next) | author (prev) or (next) | view more subjects

Subject:
From:
Date:
MS VC++ compiler question (for any VC++ users out there)
Mark Gilmore
Sat, 08 May 2004 08:57:52 -0700
Sat, 08 May 2004 08:57:52 -0700
Hi all,
I have downloaded a package (with sources) that I would like to re-build,
but it has *no* README or makefile.
But it *does* have a VC++ "Project File" (some of which is listed below for 
ref).
Question: How do I go about "submitting" (for lack of a better word) this 
file to VC++ ?
Thanks,
Mark

<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
         ProjectType="Visual C++"
         Version="7.00"
         Name="Speakfre"
         SccProjectName=""
         SccLocalPath="">
         <Platforms>
                 <Platform
                         Name="Win32"/>
         </Platforms>
         <Configurations>
                 <Configuration
                         Name="Release|Win32"
                         OutputDirectory=".\WinRel"
                         IntermediateDirectory=".\WinRel"
                         ConfigurationType="1"
                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
                         CharacterSet="2">
                         <Tool
                                 Name="VCCLCompilerTool"
                                 Optimization="3"
                                 GlobalOptimizations="TRUE"
                                 InlineFunctionExpansion="2"
                                 EnableIntrinsicFunctions="TRUE"
                                 FavorSizeOrSpeed="1"
                                 AdditionalIncludeDirectories=".\aes,.\celp,.\gsm\inc,.\md5,.\blowfish,.\des,.\idea,.\adpcm,.\lpc,.\libdes"
                                 PreprocessorDefinitions="NDEBUG,CRYPTO=1,WIN32,_WINDOWS,STRICT,_near=,_far=,__near=,__far="
                                 RuntimeLibrary="4"
                                 PrecompiledHeaderFile=".\WinRel/Speakfre.pch"
                                 AssemblerListingLocation=".\WinRel/"
                                 ObjectFile=".\WinRel/"
                                 ProgramDataBaseFileName=".\WinRel/"
                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"
                                 CompileAs="0"/>
                         <Tool
                                 Name="VCCustomBuildTool"/>
                         <Tool
                                 Name="VCLinkerTool"
                                 AdditionalDependencies="libc.lib winmm.lib 
ws2_32.lib htmlhelp.lib"
                                 OutputFile=".\WinRel/Speakfre.exe"
                                 LinkIncremental="1"
                                 SuppressStartupBanner="TRUE"
                                 IgnoreAllDefaultLibraries="TRUE"
                                 ProgramDatabaseFile=".\WinRel/Speakfre.pdb"
                                 GenerateMapFile="TRUE"
                                 MapFileName=".\WinRel/Speakfre.map"
                                 SubSystem="2"
                                 StackReserveSize="66112"/>
                         <Tool
                                 Name="VCMIDLTool"
                                 PreprocessorDefinitions="NDEBUG"
                                 MkTypLibCompatible="TRUE"
                                 SuppressStartupBanner="TRUE"
                                 TargetEnvironment="1"
                                 TypeLibraryName=".\WinRel/Speakfre.tlb"/>
                         <Tool
                                 Name="VCPostBuildEventTool"/>
                         <Tool
                                 Name="VCPreBuildEventTool"/>
                         <Tool
                                 Name="VCPreLinkEventTool"/>
                         <Tool
                                 Name="VCResourceCompilerTool"
                                 PreprocessorDefinitions="NDEBUG"
                                 Culture="1033"
                                 AdditionalIncludeDirectories=".\adpcm;.\blowfish;.\celp;.\des;.\gsm\inc;.\idea;.\libdes;.\lpc;.\md5"/>
                         <Tool
                                 Name="VCWebServiceProxyGeneratorTool"/>
                         <Tool
                                 Name="VCWebDeploymentTool"/>
                 </Configuration>
                 <Configuration
                         Name="Debug|Win32"
                         OutputDirectory=".\WinDebug"
                         IntermediateDirectory=".\WinDebug"
                         ConfigurationType="1"
                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
                         CharacterSet="2">
                         <Tool
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".\aes,.\celp,.\gsm\inc,.\md5,.\blowfish,.\des,.\idea,.\adpcm,.\lpc,.\libdes"
                                 PreprocessorDefinitions="_DEBUG,CRYPTO=1,WIN32,_WINDOWS,STRICT,_near=,_far=,__near=,__far=,ANSWER_SAVE_ALL"
                                 RuntimeLibrary="5"
                                 PrecompiledHeaderFile=".\WinDebug/Speakfre.pch"
                                 AssemblerListingLocation=".\WinDebug/"
                                 ObjectFile=".\WinDebug/"
                                 ProgramDataBaseFileName=".\WinDebug/"
                                 BrowseInformation="0"
                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"
                                 DebugInformationFormat="3"
                                 CompileAs="0"/>
                         <Tool
                                 Name="VCCustomBuildTool"/>
                         <Tool
                                 Name="VCLinkerTool"
                                 AdditionalDependencies="libc.lib winmm.lib 
ws2_32.lib htmlhelp.lib"
                                 OutputFile=".\WinDebug/Speakfre.exe"
                                 LinkIncremental="1"
                                 SuppressStartupBanner="TRUE"
                                 IgnoreAllDefaultLibraries="TRUE"
                                 GenerateDebugInformation="TRUE"
                                 ProgramDatabaseFile=".\WinDebug/Speakfre.pdb"
                                 GenerateMapFile="TRUE"
                                 MapFileName=".\WinDebug/Speakfre.map"
                                 SubSystem="2"
                                 StackReserveSize="66112"/>
                         <Tool
                                 Name="VCMIDLTool"
                                 PreprocessorDefinitions="_DEBUG"
                                 MkTypLibCompatible="TRUE"
                                 SuppressStartupBanner="TRUE"
                                 TargetEnvironment="1"
                                 TypeLibraryName=".\WinDebug/Speakfre.tlb"/>
                         <Tool
                                 Name="VCPostBuildEventTool"/>
                         <Tool
                                 Name="VCPreBuildEventTool"/>
                         <Tool
                                 Name="VCPreLinkEventTool"/>
                         <Tool
                                 Name="VCResourceCompilerTool"
                                 PreprocessorDefinitions="_DEBUG"
                                 Culture="1033"
                                 AdditionalIncludeDirectories=".\adpcm;.\blowfish;.\celp;.\des;.\gsm\inc;.\idea;.\libdes;.\lpc;.\md5"/>
                         <Tool
                                 Name="VCWebServiceProxyGeneratorTool"/>
                         <Tool
                                 Name="VCWebDeploymentTool"/>
                 </Configuration>
. . .

Mark Gilmore
http://OmnipotenceSoftware.com 



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004


  subject (prev) or (next) | time (prev) or (next) | author (prev) or (next) | view more subjects




Services provided by [NetBloc]®! NetBloc Solutions Inc.
Terms of use. Indexing software (c) 1999 Lin-De, Inc
.