diff options
author | scuri <scuri> | 2009-06-24 03:13:54 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-24 03:13:54 +0000 |
commit | 4a9be921561d200cd9f6cfabc171619812a5c2ce (patch) | |
tree | f535722e50a2e25e036ae6ffe35c44fc189d6bd7 | |
parent | 5e8327c15a449533bee6d3b07a3508b9088fb67e (diff) |
*** empty log message ***
-rw-r--r-- | mak.vc9/glut_capture.vcproj | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/mak.vc9/glut_capture.vcproj b/mak.vc9/glut_capture.vcproj new file mode 100644 index 0000000..82ff606 --- /dev/null +++ b/mak.vc9/glut_capture.vcproj @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.0" + Name="glut_capture" + ProjectGUID="{A2B0F595-B494-49DD-A978-0E70CF27F2AD}" + SccProjectName=""$/glut_capture", VAAAAAAA" + SccLocalPath="." + Keyword="MFCProj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\bin" + IntermediateDirectory="..\obj\$(ProjectName)" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\include;D:\LNG\glut\include" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + BasicRuntimeChecks="3" + RuntimeLibrary="4" + UsePrecompiledHeader="0" + WarningLevel="3" + SuppressStartupBanner="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glut32.lib vfw32.lib strmiids.lib im.lib im_capture.lib im_avi.lib im_process.lib" + OutputFile="$(OutDir)/glut_capture.exe" + LinkIncremental="2" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="D:\LNG\glut\lib;..\lib" + IgnoreAllDefaultLibraries="FALSE" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/glut_capture.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_AFXDLL;_DEBUG" + Culture="1033"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="sources" + Filter=""> + <File + RelativePath="..\test\glut_capture.c"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |