diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-04 11:56:41 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-04 11:59:33 -0800 |
commit | d577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch) | |
tree | 590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /im/mak.vc9/im_fftw.vcproj |
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'im/mak.vc9/im_fftw.vcproj')
-rwxr-xr-x | im/mak.vc9/im_fftw.vcproj | 425 |
1 files changed, 425 insertions, 0 deletions
diff --git a/im/mak.vc9/im_fftw.vcproj b/im/mak.vc9/im_fftw.vcproj new file mode 100755 index 0000000..702d5ff --- /dev/null +++ b/im/mak.vc9/im_fftw.vcproj @@ -0,0 +1,425 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="im_fftw" + ProjectGUID="{CB80E607-6B6C-345F-9B6D-27AA9123E493}" + RootNamespace="im_fftw" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../include;../src;../src/fftw;" + PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FFTW_ENABLE_FLOAT,_CRT_SECURE_NO_DEPRECATE" + ExceptionHandling="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + PrecompiledHeaderFile="..\lib/im_fftw.pch" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\src\process\im_fft.cpp" + > + </File> + <File + RelativePath="..\src\im_fftw.def" + > + </File> + <Filter + Name="FFTW" + > + <File + RelativePath="..\src\fftw\config.c" + > + </File> + <File + RelativePath="..\src\fftw\executor.c" + > + </File> + <File + RelativePath="..\src\fftw\fftwnd.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_1.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_10.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_11.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_12.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_13.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_14.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_15.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_16.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_2.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_3.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_32.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_4.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_5.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_6.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_64.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_7.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_8.c" + > + </File> + <File + RelativePath="..\src\fftw\fn_9.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_1.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_10.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_11.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_12.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_13.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_14.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_15.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_16.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_2.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_3.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_32.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_4.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_5.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_6.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_64.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_7.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_8.c" + > + </File> + <File + RelativePath="..\src\fftw\fni_9.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_10.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_16.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_2.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_3.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_32.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_4.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_5.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_6.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_64.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_7.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_8.c" + > + </File> + <File + RelativePath="..\src\fftw\ftw_9.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_10.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_16.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_2.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_3.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_32.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_4.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_5.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_6.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_64.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_7.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_8.c" + > + </File> + <File + RelativePath="..\src\fftw\ftwi_9.c" + > + </File> + <File + RelativePath="..\src\fftw\generic.c" + > + </File> + <File + RelativePath="..\src\fftw\malloc.c" + > + </File> + <File + RelativePath="..\src\fftw\planner.c" + > + </File> + <File + RelativePath="..\src\fftw\putils.c" + > + </File> + <File + RelativePath="..\src\fftw\rader.c" + > + </File> + <File + RelativePath="..\src\fftw\timer.c" + > + </File> + <File + RelativePath="..\src\fftw\twiddle.c" + > + </File> + <File + RelativePath="..\src\fftw\wisdom.c" + > + </File> + <File + RelativePath="..\src\fftw\wisdomio.c" + > + </File> + <Filter + Name="inc" + > + <File + RelativePath="..\src\fftw\config.h" + > + </File> + <File + RelativePath="..\src\fftw\fftw-int.h" + > + </File> + <File + RelativePath="..\src\fftw\fftw.h" + > + </File> + </Filter> + </Filter> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |