Displaying 6 results from an estimated 6 matches for "configurationname".
2008 Apr 13
3
vs2005 project file output dir inconsistency
I just checked out trunk/vorbis to build the latest libvorbis, and
noticed an inconsistency in the project settings.
For the two build configurations Debug and Release, we have as the
Output Directory "$(SolutionDir)$(ConfigurationName)", and the
Intermediate Directory "Debug". ("Release" for the Release configuration)
However, for the two build configurations Release_SSE and Release_SSE2,
Output Directory is "$(ConfigurationName)" and Intermediate Directory is
also "$ConfigurationName)...
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.
2008 Apr 13
0
vs2005 project file output dir inconsistency
I just checked out trunk/ogg to build the latest libogg, and noticed an
inconsistency in the project settings.
For the two build configurations Debug and Release, we have as the
Output Directory "$(SolutionDir)$(ConfigurationName)", and the
Intermediate Directory "Debug".
However, for the two build configurations Release_SSE and Release_SSE2,
Output Directory is "$(ConfigurationName)" and Intermediate Directory is
also "$ConfigurationName)".
How come this is inconsistent? If this is...
2013 Oct 03
1
PATCH for all .vcproj files
...iles could also stand a bit of an overhaul. It would be good
> to use project references rather than hardcoding .lib paths into the
> linker settings.
Done ;)
The patch replaces
OutputDirectory="..\..\..\..\objs\debug\bin"
with
OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin
and so on.
It also removes
OutputFile="..\..\objs\debug\lib\$(ProjectName).lib
when possible.
Also, in the current version "Whole program optimization" compiler option
is set, but the corresponding linker option isn't. From MSDN:
"If you do not explicitly sp...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...d="Win32Proj">
> > <Platforms>
> > <Platform
> > Name="Win32"/>
> > </Platforms>
> > <Configurations>
> > <Configuration
> > Name="Configure|Win32"
> > OutputDirectory="$(ConfigurationName)"
> > IntermediateDirectory="$(ConfigurationName)"
> > ConfigurationType="1"
> > CharacterSet="2">
> > <Tool
> > Name="VCCLCompilerTool"
> > Optimization="0"
> > Preprocess...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...9D-8637-F2285476461E}"
> Keyword="Win32Proj">
> <Platforms>
> <Platform
> Name="Win32"/>
> </Platforms>
> <Configurations>
> <Configuration
> Name="Configure|Win32"
> OutputDirectory="$(ConfigurationName)"
> IntermediateDirectory="$(ConfigurationName)"
> ConfigurationType="1"
> CharacterSet="2">
> <Tool
> Name="VCCLCompilerTool"
> Optimization="0"
> PreprocessorDefinitions="WIN32;_DEBUG;_C...