search for: vcclcompilertool

Displaying 8 results from an estimated 8 matches for "vcclcompilertool".

2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
..."Generated Files" > > Filter=""> > > <File > > RelativePath="..\..\utils\TableGen\FileLexer.cpp"> > > <FileConfiguration > > Name="Debug|Win32"> > > <Tool > > Name="VCCLCompilerTool" > > PreprocessorDefinitions="YY_SKIP_YYWRAP"/> > > </FileConfiguration> > > <FileConfiguration > > Name="Release|Win32"> > > <Tool > > Name="VCCLCompilerTool" > > Prep...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...> <Configurations> > <Configuration > Name="Debug|Win32" > OutputDirectory="..\Debug" > IntermediateDirectory="Debug" > ConfigurationType="4" > CharacterSet="2"> > <Tool > Name="VCCLCompilerTool" > Optimization="0" > AdditionalIncludeDirectories="..\..\tablegen_includes;..\..\include;.." > PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" > MinimalRebuild="TRUE" > BasicRuntimeChecks="3"...
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote: > As I saw from the mailing list the MSVC 2005 patches were made to take into > account the new files from the development branch, files which are not in > the 2.3 release. So for now the below patch is the only one functional for > the release. If I am wrong, please someone correct me. > > If someone can make a 2005 patch for the release branch, it is ok.
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...gt; <File > RelativePath="..\..\lib\System\Win32\Signals.cpp"> > <FileConfiguration > - Name="Debug|Win32" > - ExcludedFromBuild="TRUE"> > + Name="Debug|Win32"> > <Tool > Name="VCCLCompilerTool" > ObjectFile="$(IntDir)/$(InputName)1.obj"/> > </FileConfiguration> > <FileConfiguration > - Name="Release|Win32" > - ExcludedFromBuild="TRUE"> > + Name="Release|Win32"> > <Too...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2007 May 18
0
Re: libspeex_armce_lib
...On 18/05/07, Antonio Mastrorillo <amastrorillo@gmail.com> wrote: > Hello, Patrick I am writing an application in C# for Smartphone WM5, would want to use Speex 1.2, but I do not succeed to compile libspeex_armce.lib error: "Error Impossible to generate the line of commando for the VCCLCompilerTool instrument". I have inasmuch as you have made it, you can explain to me like? Exists a wrapper in C#? > Best Regards > Antonio Mastrorillo >
2013 Apr 02
0
flac 1.3.0pre3 pre-release
...args); -------------- next part -------------- diff --git a/src/utils/flactimer/flactimer.vcproj b/src/utils/flactimer/flactimer.vcproj index 3011f15..4496fa2 100644 --- a/src/utils/flactimer/flactimer.vcproj +++ b/src/utils/flactimer/flactimer.vcproj @@ -39,7 +39,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="." + AdditionalIncludeDirectories=".;..\..\..\include" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -...
2013 Apr 01
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote: > Zip with random patches: > > flac_mac: fixes some missing parameters from safe string handling > changes in flac_mac's main.c > flac_mac_project: adds flac's include dir for the project so new > functions can be found > progress_display: flac testing progress display used old functions that > didn't get utf-8 decoding >