Displaying 5 results from an estimated 5 matches for "generatedebuginform".
2016 Sep 09
2
[PATCH 1/3] appveyor: include opus.dll and opus.exp files if available
Using -i should prevent failing if the files don't exist.
---
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index c85b0b1..ad9c6c0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,7 @@ build:
verbosity: minimal
after_build:
-- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h
+- cmd: 7z
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...in32/VS2015/generate_version.vcxproj \
win32/genversion.bat \
win32/config.h
diff --git a/win32/VS2015/celt.vcxproj b/win32/VS2015/celt.vcxproj
index 273ee4d..1499f56 100644
--- a/win32/VS2015/celt.vcxproj
+++ b/win32/VS2015/celt.vcxproj
@@ -249,8 +249,10 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PreBuildEvent>
- <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
- <Message>Generating version.h</Message...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury.
It:
* Makes ?enable-intrinsics work with clang and other non-GCC compilers
* Enables RTCD for the floating-point-mode SSE code in Celt.
* Disables use of RTCD in cases where the compiler targets an instruction set by default.
* Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...; <Tool
> Name="VCCustomBuildTool"/>
> <Tool
> Name="VCLinkerTool"
> OutputFile="$(OutDir)\TableGen.exe"
> LinkIncremental="2"
> AdditionalLibraryDirectories="C:\Project\llvm\win32\Debug"
> GenerateDebugInformation="TRUE"
> ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
> SubSystem="1"
> TargetMachine="1"/>
> <Tool
> Name="VCMIDLTool"/>
> <Tool
> Name="VCPostBuildEventTool"
> Comman...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...Name="VCCustomBuildTool"/>
> > <Tool
> > Name="VCLinkerTool"
> > OutputFile="$(OutDir)/Fibonacci.exe"
> > LinkIncremental="2"
> > ForceSymbolReferences="_X86TargetMachineModule"
> > GenerateDebugInformation="TRUE"
> > ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
> > GenerateMapFile="TRUE"
> > MapFileName="$(OutDir)/Fibonacci.map"
> > MapExports="TRUE"
> > MapLines="TRUE"
> > Su...