1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
This commit is contained in:
jules 2013-02-22 11:56:30 +00:00
parent b0302ce30f
commit 9fbc963d96
52 changed files with 447 additions and 57 deletions

View file

@ -371,6 +371,17 @@
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_Process.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.cpp">