aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/fftease.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-03-26 22:16:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-03-26 22:16:18 +0000
commitf882da3800c2af9bbf07c98c2ed466bb1759ad72 (patch)
tree491173f91e1e885fb3ee4a0152567a134c74854e /externals/grill/fftease/fftease.vcproj
parent833f14e6fe739de36cbef18658aab05057436636 (diff)
corrected PD help file names
adapt to current flext version OSX changes svn path=/trunk/; revision=7517
Diffstat (limited to 'externals/grill/fftease/fftease.vcproj')
-rw-r--r--externals/grill/fftease/fftease.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/fftease/fftease.vcproj b/externals/grill/fftease/fftease.vcproj
index 98a068b0..5e3eb8ba 100644
--- a/externals/grill/fftease/fftease.vcproj
+++ b/externals/grill/fftease/fftease.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\max\flext\source"
+ AdditionalIncludeDirectories="c:\programme\audio\pd\src,..\flext\source"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -39,11 +39,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="pd.lib flext_d-pdwin.lib"
+ AdditionalDependencies="pd.lib"
OutputFile=".\pd-msvc/d/fftease.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\programme\audio\pd\bin,f:\prog\max\flext\pd-msvc"
+ AdditionalLibraryDirectories="c:\programme\audio\pd\bin,c:\data\pdmax\flext\pd-msvc"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\pd-msvc/d/fftease.pdb"
ImportLibrary=".\pd-msvc/d/fftease.lib"