diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/dyn/dyn.vcproj | 19 | ||||
-rw-r--r-- | externals/grill/fftease/fftease.vcproj | 2 | ||||
-rw-r--r-- | externals/grill/py/py.vcproj | 3 |
3 files changed, 15 insertions, 9 deletions
diff --git a/externals/grill/dyn/dyn.vcproj b/externals/grill/dyn/dyn.vcproj index a6789115..3e4fa5d5 100644 --- a/externals/grill/dyn/dyn.vcproj +++ b/externals/grill/dyn/dyn.vcproj @@ -11,8 +11,8 @@ <Configurations> <Configuration Name="PD Debug|Win32" - OutputDirectory=".\Debug" - IntermediateDirectory=".\Debug" + OutputDirectory="./pd-msvc/sd" + IntermediateDirectory="./pd-msvc/sd" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -20,7 +20,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src" + AdditionalIncludeDirectories="c:\programme\audio\pd\src" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DYN_EXPORTS;NT;PD" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -37,9 +37,10 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - OutputFile="../../debug/dyn.dll" + OutputFile="$(outdir)/dyn.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="c:\programme\audio\pd\bin" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/dyn.pdb" ImportLibrary=".\Debug/dyn.lib" @@ -75,8 +76,8 @@ </Configuration> <Configuration Name="PD Release|Win32" - OutputDirectory=".\Release" - IntermediateDirectory=".\Release" + OutputDirectory="./pd-msvc/sr" + IntermediateDirectory="./pd-msvc/sr" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -85,7 +86,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src" + AdditionalIncludeDirectories="c:\programme\audio\pd\src" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DYN_EXPORTS,PD,NT" StringPooling="TRUE" RuntimeLibrary="2" @@ -103,10 +104,10 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="pd.lib" - OutputFile="../../Release/dyn.dll" + OutputFile="./pd-msvc/dyn.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="../..\api\lib" + AdditionalLibraryDirectories="c:\programme\audio\pd\bin" ProgramDatabaseFile=".\Release/dyn.pdb" ImportLibrary="..\..\api\lib\dyn.lib" TargetMachine="1"/> diff --git a/externals/grill/fftease/fftease.vcproj b/externals/grill/fftease/fftease.vcproj index 1535a5b4..98a068b0 100644 --- a/externals/grill/fftease/fftease.vcproj +++ b/externals/grill/fftease/fftease.vcproj @@ -159,6 +159,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1" StringPooling="TRUE" RuntimeLibrary="4" + StructMemberAlignment="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile="$(outdir)/fftease.pch" @@ -226,6 +227,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1" StringPooling="TRUE" RuntimeLibrary="4" + StructMemberAlignment="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile="$(outdir)/fftease.pch" diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj index 1b9ef3e5..cac17abd 100644 --- a/externals/grill/py/py.vcproj +++ b/externals/grill/py/py.vcproj @@ -408,6 +408,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1;FLEXT_SHARED" BasicRuntimeChecks="3" RuntimeLibrary="3" + StructMemberAlignment="2" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" BrowseInformation="1" @@ -472,6 +473,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1;FLEXT_THREADS" BasicRuntimeChecks="3" RuntimeLibrary="1" + StructMemberAlignment="2" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" BrowseInformation="1" @@ -540,6 +542,7 @@ PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;FLEXT_SYS=1;FLEXT_THREADS" BasicRuntimeChecks="3" RuntimeLibrary="0" + StructMemberAlignment="2" EnableEnhancedInstructionSet="1" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" |