Displaying 5 results from an estimated 5 matches for "outputdirectory".
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...GUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
> Keyword="Win32Proj">
> <Platforms>
> <Platform
> Name="Win32"/>
> </Platforms>
> <Configurations>
> <Configuration
> Name="Debug|Win32"
> OutputDirectory="..\Debug"
> IntermediateDirectory="Debug"
> ConfigurationType="4"
> CharacterSet="2">
> <Tool
> Name="VCCLCompilerTool"
> Optimization="0"
> AdditionalIncludeDirectories="..\..\table...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...489}"
> > Keyword="Win32Proj">
> > <Platforms>
> > <Platform
> > Name="Win32"/>
> > </Platforms>
> > <Configurations>
> > <Configuration
> > Name="Debug|Win32"
> > OutputDirectory="..\Debug"
> > IntermediateDirectory="Debug"
> > ConfigurationType="4"
> > CharacterSet="2">
> > <Tool
> > Name="VCCLCompilerTool"
> > Optimization="0"
> > AdditionalI...
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.
2013 Oct 03
1
PATCH for all .vcproj files
Ben Allison wrote ( http://lists.xiph.org/pipermail/flac-dev/2013-March/003793.html ):
> The project files 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 o...
2010 Sep 24
1
performing script on multiple files
say that I have a script that uses read.csv to read a textfile in a
certain directory, then transforming the data a bit and then spit out a
new file in an output directory.
Is it possible to make this universal so the same procedure is made for
all files in a certain directory and also make it spit out files that
changes names for each file that is made (so the same output.csv is not