mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
misc optimisations
This commit is contained in:
parent
00e469d8ac
commit
bfdb48d4bc
53 changed files with 1852 additions and 1877 deletions
|
|
@ -44,7 +44,7 @@ static const short channelConfigs[][2] = { JucePlugin_PreferredChannelConfigurat
|
|||
static const int numChannelConfigs = numElementsInArray (channelConfigs);
|
||||
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
extern void juce_setCurrentExecutableFileNameFromBundleId (const String& bundleId);
|
||||
extern void juce_setCurrentExecutableFileNameFromBundleId (const String& bundleId) throw();
|
||||
END_JUCE_NAMESPACE
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
AdditionalLibraryDirectories="../../../juce/bin"
|
||||
ProgramDatabaseFile=".\Release/jucer.pdb"
|
||||
SubSystem="2"
|
||||
EnableCOMDATFolding="2"
|
||||
OptimizeForWindows98="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue