aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dynext/dynext.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:59:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:59:59 +0000
commitb71e257899abcb9a8bee4e7d967bb653c03890d4 (patch)
treee22c56d88132394a06dff4f9de8e86e57a54c6c6 /externals/grill/dynext/dynext.vcproj
parent8e23697a6e3f993805d7bd90114a4dac1bbc8498 (diff)
- strip .pd from abstraction filenames
- open debug patcher on alt-click svn path=/trunk/; revision=2525
Diffstat (limited to 'externals/grill/dynext/dynext.vcproj')
-rw-r--r--externals/grill/dynext/dynext.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/dynext/dynext.vcproj b/externals/grill/dynext/dynext.vcproj
index 7d2121fe..b0346f05 100644
--- a/externals/grill/dynext/dynext.vcproj
+++ b/externals/grill/dynext/dynext.vcproj
@@ -20,7 +20,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;PD"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -38,11 +38,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="pd.lib flext_d-pdwin.lib pthreadVC.lib"
+ AdditionalDependencies="pd.lib pthreadVC.lib"
OutputFile="$(outdir)/dyn~.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\programme\audio\pd/bin,..\flext\pd-msvc"
+ AdditionalLibraryDirectories="c:\programme\audio\pd/bin"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\pd-msvc/d/dyn~.pdb"
ImportLibrary=".\pd-msvc/d/dyn~.lib"