mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Used the shared posix networking code for Android where the target SDK supports it
This commit is contained in:
parent
a3566b8c1e
commit
2666842fa5
10 changed files with 23 additions and 18 deletions
|
|
@ -720,12 +720,12 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/native/juce_linux_Threads.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_mac_ClangBugWorkaround.h"
|
||||
"../../../../../modules/juce_core/native/juce_mac_Files.mm"
|
||||
"../../../../../modules/juce_core/native/juce_mac_linux_IPAddress.h"
|
||||
"../../../../../modules/juce_core/native/juce_mac_Network.mm"
|
||||
"../../../../../modules/juce_core/native/juce_mac_Strings.mm"
|
||||
"../../../../../modules/juce_core/native/juce_mac_SystemStats.mm"
|
||||
"../../../../../modules/juce_core/native/juce_mac_Threads.mm"
|
||||
"../../../../../modules/juce_core/native/juce_osx_ObjCHelpers.h"
|
||||
"../../../../../modules/juce_core/native/juce_posix_IPAddress.h"
|
||||
"../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_posix_SharedCode.h"
|
||||
"../../../../../modules/juce_core/native/juce_win32_ComSmartPtr.h"
|
||||
|
|
@ -2288,12 +2288,12 @@ set_source_files_properties("../../../../../modules/juce_core/native/juce_linux_
|
|||
set_source_files_properties("../../../../../modules/juce_core/native/juce_linux_Threads.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_ClangBugWorkaround.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_Files.mm" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_linux_IPAddress.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_Network.mm" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_Strings.mm" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_mac_Threads.mm" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_osx_ObjCHelpers.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_posix_IPAddress.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_posix_SharedCode.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_core/native/juce_win32_ComSmartPtr.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
|
|
|
|||
|
|
@ -2579,8 +2579,8 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
|
||||
|
|
|
|||
|
|
@ -3918,10 +3918,10 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h">
|
||||
|
|
|
|||
|
|
@ -2579,8 +2579,8 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
|
||||
|
|
|
|||
|
|
@ -3918,10 +3918,10 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h">
|
||||
|
|
|
|||
|
|
@ -2581,8 +2581,8 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
|
||||
|
|
|
|||
|
|
@ -3918,10 +3918,10 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_linux_IPAddress.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h">
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue