diff --git a/build/win32/vc8/JUCE.vcproj b/build/win32/vc8/JUCE.vcproj index fee40932a6..981fd9828c 100644 --- a/build/win32/vc8/JUCE.vcproj +++ b/build/win32/vc8/JUCE.vcproj @@ -114,6 +114,7 @@ InlineFunctionExpansion="1" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" + WholeProgramOptimization="true" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="true" RuntimeLibrary="0" @@ -5028,6 +5029,78 @@ RelativePath="..\..\..\src\juce_core\io\network\juce_URL.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/extras/example projects/example_project_for_Win32/juce_application.vcproj b/extras/example projects/example_project_for_Win32/juce_application.vcproj index acb8748731..02e1bd0fdb 100644 --- a/extras/example projects/example_project_for_Win32/juce_application.vcproj +++ b/extras/example projects/example_project_for_Win32/juce_application.vcproj @@ -144,6 +144,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" + WholeProgramOptimization="true" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" StringPooling="true" RuntimeLibrary="0" @@ -175,6 +176,8 @@ AdditionalLibraryDirectories="../../bin" ProgramDatabaseFile=".\Release/juce_application.pdb" SubSystem="2" + EnableCOMDATFolding="2" + LinkTimeCodeGeneration="1" TargetMachine="1" />