summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2009-01-17 19:39:36 +0100
committerJulien Isorce <julien.isorce@gmail.com>2009-01-17 19:39:36 +0100
commit42b9175bfd7179037ef4989cec0c4550811d19e0 (patch)
treed58658cde8a0a59aa06a3a16e1ce95ae87f4f64d /win32
parent1012c266e6838e730fecbc164f0fe087ec653f0f (diff)
add vs9 build project (Visual Studio 2008 and vc9)
Diffstat (limited to 'win32')
-rw-r--r--win32/vs9/libgstopengl.sln20
-rw-r--r--win32/vs9/libgstopengl.vcproj456
2 files changed, 476 insertions, 0 deletions
diff --git a/win32/vs9/libgstopengl.sln b/win32/vs9/libgstopengl.sln
new file mode 100644
index 0000000..f62238e
--- /dev/null
+++ b/win32/vs9/libgstopengl.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstopengl", "libgstopengl.vcproj", "{F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}.Debug|Win32.Build.0 = Debug|Win32
+ {F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}.Release|Win32.ActiveCfg = Release|Win32
+ {F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/win32/vs9/libgstopengl.vcproj b/win32/vs9/libgstopengl.vcproj
new file mode 100644
index 0000000..f322ea3
--- /dev/null
+++ b/win32/vs9/libgstopengl.vcproj
@@ -0,0 +1,456 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="libgstopengl"
+ ProjectGUID="{F4E2D883-31DB-48B7-BEE9-0D9FDBBC805F}"
+ RootNamespace="libgstgl"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\workspace\glib\include\glib-2.0&quot;;&quot;D:\workspace\glib\lib\glib-2.0\include&quot;;D:\workspace\gstreamer\include;D:\workspace\glew\include;&quot;D:\workspace\gtk+\include\gtk-2.0&quot;;..\common;&quot;..\..\gst-libs\gst\gl&quot;;..\..\gst\gl;..\..\gst\gl\effects;&quot;..\..\gst-libs&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTGL_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;HAVE_GDKPIXBUF"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libgstreamer-0.10.lib libgstbase-0.10.lib libgstinterfaces-0.10.lib libgstvideo-0.10.lib glib-2.0.lib gmodule-2.0.lib gobject-2.0.lib gthread-2.0.lib gdk_pixbuf-2.0.lib opengl32.lib glu32.lib glew32.lib glew32s.lib winmm.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="D:\workspace\gstreamer\lib;&quot;D:\workspace\gtk+\lib&quot;;D:\workspace\glib\lib;D:\workspace\glew\lib"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy /Y Debug\libgstopengl.dll C:\gstreamer\lib\gstreamer-0.10"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;D:\workspace\glib\include\glib-2.0&quot;;&quot;D:\workspace\glib\lib\glib-2.0\include&quot;;D:\workspace\gstreamer\include;D:\workspace\glew\include;&quot;D:\workspace\gtk+\include\gtk-2.0&quot;;..\common;&quot;..\..\gst-libs\gst\gl&quot;;..\..\gst\gl;..\..\gst\gl\effects;&quot;..\..\gst-libs&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTGL_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;HAVE_GDKPIXBUF"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libgstreamer-0.10.lib libgstbase-0.10.lib libgstinterfaces-0.10.lib libgstvideo-0.10.lib glib-2.0.lib gmodule-2.0.lib gobject-2.0.lib gthread-2.0.lib gdk_pixbuf-2.0.lib opengl32.lib glu32.lib glew32.lib glew32s.lib winmm.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="D:\workspace\gstreamer\lib;&quot;D:\workspace\gtk+\lib&quot;;D:\workspace\glib\lib;D:\workspace\glew\lib"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy /Y Release\libgstopengl.dll C:\gstreamer\lib\gstreamer-0.10"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <Filter
+ Name="gstgl"
+ >
+ <File
+ RelativePath="..\..\gst\gl\gltestsrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglbuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstgldisplay.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglwindow_win32.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="gstglelements"
+ >
+ <File
+ RelativePath="..\..\gst\gl\gstglbumper.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglcolorscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgldifferencematte.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgldownload.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgleffects.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterapp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterblur.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfiltercube.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterglass.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterlaplacian.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfiltersobel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglimagesink.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglpixbufoverlay.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgltestsrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglupload.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstopengl.c"
+ >
+ </File>
+ <Filter
+ Name="effects"
+ >
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectbulge.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectfisheye.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectglow.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectidentity.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectlumatocurve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectmirror.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectrgbtocurve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectsin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectsquare.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectsqueeze.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectssources.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectstretch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffecttunnel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffecttwirl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectxray.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <Filter
+ Name="gstgl"
+ >
+ <File
+ RelativePath="..\common\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gltestsrc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstgldisplay.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglfilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst-libs\gst\gl\gstglwindow.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="gstglelements"
+ >
+ <File
+ RelativePath="..\..\gst\gl\gstglbumper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglcolorscale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgldownload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgleffects.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterapp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfiltercube.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterglass.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglfilterlaplacian.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglimagesink.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstgltestsrc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\gstglupload.h"
+ >
+ </File>
+ <Filter
+ Name="effects"
+ >
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectlumatocurve.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectscurves.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectssources.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>