diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-12 04:12:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-12 04:12:31 +0000 |
commit | b47e0c76dff36edff16b618af6d9e2a213e9f81d (patch) | |
tree | a8cf1004e5aced6113e3fb9ac9e6a45299b1a663 /externals/grill/dyn | |
parent | c3ca6a17e6b3a4c08ae222659f4d77df7874b75d (diff) |
""
svn path=/trunk/; revision=2026
Diffstat (limited to 'externals/grill/dyn')
-rw-r--r-- | externals/grill/dyn/dyn.vcproj | 74 | ||||
-rw-r--r-- | externals/grill/dyn/src/main.cpp | 2 |
2 files changed, 75 insertions, 1 deletions
diff --git a/externals/grill/dyn/dyn.vcproj b/externals/grill/dyn/dyn.vcproj index 906f9163..78c3061a 100644 --- a/externals/grill/dyn/dyn.vcproj +++ b/externals/grill/dyn/dyn.vcproj @@ -145,6 +145,73 @@ <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> + <Configuration + Name="PD Shared Release|Win32" + OutputDirectory="./pd-msvc/sr" + IntermediateDirectory="./pd-msvc/sr" + ConfigurationType="2" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="3" + GlobalOptimizations="TRUE" + InlineFunctionExpansion="2" + FavorSizeOrSpeed="2" + OmitFramePointers="TRUE" + OptimizeForProcessor="3" + AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\max\flext\source;f:\prog\packs\pthreads" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED" + StringPooling="TRUE" + RuntimeLibrary="2" + EnableFunctionLevelLinking="TRUE" + EnableEnhancedInstructionSet="1" + UsePrecompiledHeader="2" + PrecompiledHeaderFile="$(outdir)/dyn.pch" + WarningLevel="3" + SuppressStartupBanner="TRUE"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="pd.lib pthreadVC.lib" + OutputFile="$(outdir)/dyn~.dll" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="f:\prog\pd\pd-cvs/bin,..\flext\pd-msvc,f:\prog\packs\pthreads" + ProgramDatabaseFile="$(outdir)/dyn~.pdb" + ImportLibrary="$(outdir)/dyn~.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="TRUE" + SuppressStartupBanner="TRUE" + TargetEnvironment="1" + TypeLibraryName=".\pd-msvc/r/dyn.tlb" + HeaderFileName=""/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="3079"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> </Configurations> <References> </References> @@ -179,6 +246,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;PD;$(NoInherit)"/> </FileConfiguration> + <FileConfiguration + Name="PD Shared Release|Win32"> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + AdditionalIncludeDirectories=""/> + </FileConfiguration> </File> </Files> <Globals> diff --git a/externals/grill/dyn/src/main.cpp b/externals/grill/dyn/src/main.cpp index 34b2f7bf..a9aee6b7 100644 --- a/externals/grill/dyn/src/main.cpp +++ b/externals/grill/dyn/src/main.cpp @@ -196,7 +196,7 @@ const t_symbol *dyn::sym_dsp = NULL; void dyn::setup(t_classid c) { post(""); - post("dyn~ %s - dynamic object management, (C)2003-2004 Thomas Grill",DYN_VERSION); + post("dyn~ %s - dynamic object management, (C)2003-04 Thomas Grill",DYN_VERSION); post(""); sym_dynsin = MakeSymbol("dyn_in~"); |