summaryrefslogtreecommitdiffstats
path: root/Smoke/Week 2.vcproj
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-11-01 11:08:56 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-11-01 11:08:56 (GMT)
commit0df20e8193e21a54b7bfd9a0094736f29428cd8c (patch)
tree15650e1fe8207d1b4845eebaf32cf18f83fca610 /Smoke/Week 2.vcproj
parent21461a0a73213fe241e949ce1d48e511800cb003 (diff)
download2iv35-0df20e8193e21a54b7bfd9a0094736f29428cd8c.zip
2iv35-0df20e8193e21a54b7bfd9a0094736f29428cd8c.tar.gz
2iv35-0df20e8193e21a54b7bfd9a0094736f29428cd8c.tar.bz2
Diffstat (limited to 'Smoke/Week 2.vcproj')
-rw-r--r--Smoke/Week 2.vcproj590
1 files changed, 590 insertions, 0 deletions
diff --git a/Smoke/Week 2.vcproj b/Smoke/Week 2.vcproj
new file mode 100644
index 0000000..e9e8e1e
--- /dev/null
+++ b/Smoke/Week 2.vcproj
@@ -0,0 +1,590 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="Week 2"
+ ProjectGUID="{12DB15AF-3598-47D1-8E00-7A70003BAD38}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DG_OS_WIN32"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\My Documents\Visual Studio Projects\OpenGL\Smoke\fftw-2.1.3\rfftw&quot;;&quot;D:\My Documents\Visual Studio Projects\OpenGL\Smoke\GLUT&quot;;&quot;D:\My Documents\Visual Studio Projects\OpenGL\Smoke\fftw-2.1.3\fftw&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="1"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="glut32.lib"
+ OutputFile="$(OutDir)/Week 2.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="&quot;D:\My Documents\Visual Studio Projects\OpenGL\Smoke\GLUT&quot;"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/Week 2.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/Week 2.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ <File
+ RelativePath="fftw-2.1.3\fftw\config.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\executor.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_1.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_11.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_12.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_128.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_13.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_14.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_15.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fcr_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fftwf77.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fftwnd.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhb_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\fhf_9.c">
+ </File>
+ <File
+ RelativePath="fluids.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_1.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_11.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_12.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_13.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_14.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_15.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fn_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_1.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_11.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_12.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_13.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_14.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_15.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fni_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_1.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_11.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_12.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_128.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_13.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_14.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_15.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\frc_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftw_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_10.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_16.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_3.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_32.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_4.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_5.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_6.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_64.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_7.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_8.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\ftwi_9.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\generic.c">
+ </File>
+ <File
+ RelativePath="glut.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\malloc.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\planner.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\putils.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\rader.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rconfig.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rexec.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rexec2.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rfftwf77.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rfftwnd.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rgeneric.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rplanner.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\timer.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\twiddle.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\wisdom.c">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\wisdomio.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc">
+ <File
+ RelativePath="fftw-2.1.3\fftw\config.h">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\f77_func.h">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fftw-int.h">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fftw.h">
+ </File>
+ <File
+ RelativePath="fluids.h">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\rfftw.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ <File
+ RelativePath="fftw-2.1.3\fftw\Makefile.am">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\Makefile.am">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\rfftw\Makefile.in">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\Makefile.in">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\config.h.in">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\fftw.h.in">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\stamp-h1.in">
+ </File>
+ <File
+ RelativePath="fftw-2.1.3\fftw\stamp-h2.in">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>