From b47e0c76dff36edff16b618af6d9e2a213e9f81d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 12 Sep 2004 04:12:31 +0000 Subject: "" svn path=/trunk/; revision=2026 --- externals/grill/dyn/dyn.vcproj | 74 ++++++++++++++++++++++++++++++++++ externals/grill/dyn/src/main.cpp | 2 +- externals/grill/fftease/fftease.vcproj | 1 + externals/grill/pool/pool.vcproj | 10 ++--- externals/grill/py/py.vcproj | 15 ++++--- externals/grill/vasp/vasp.vcproj | 13 +++--- externals/grill/vst/vst.vcproj | 6 +-- 7 files changed, 101 insertions(+), 20 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 @@ + + + + + + + + + + + + + + + @@ -179,6 +246,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;PD;$(NoInherit)"/> + + + 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~"); diff --git a/externals/grill/fftease/fftease.vcproj b/externals/grill/fftease/fftease.vcproj index 18abd1d6..d609b263 100644 --- a/externals/grill/fftease/fftease.vcproj +++ b/externals/grill/fftease/fftease.vcproj @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="fftease" + ProjectGUID="{F0C94DB3-3747-478E-86A1-0AE613156D93}" SccProjectName="max/fftease" SccAuxPath="" SccLocalPath="." diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj index 1b8a819a..f986de2d 100644 --- a/externals/grill/pool/pool.vcproj +++ b/externals/grill/pool/pool.vcproj @@ -291,8 +291,11 @@ CharacterSet="2"> -- cgit v1.2.1