From 81fd4df36ed691091a9c3ed63d20b2c2d8d3cdcc Mon Sep 17 00:00:00 2001 From: halx99 Date: Fri, 27 Aug 2021 13:23:51 +0800 Subject: [PATCH 1/2] Delete x-studio.cmake --- extensions/x-studio.cmake | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 extensions/x-studio.cmake diff --git a/extensions/x-studio.cmake b/extensions/x-studio.cmake deleted file mode 100644 index 4d6fbecf39..0000000000 --- a/extensions/x-studio.cmake +++ /dev/null @@ -1,35 +0,0 @@ -# x-studio spec extensions -if(BUILD_EXTENSION_XS_IDE) - ## libeditor - add_subdirectory(libeditor) - if(BUILD_EXTENSION_SPINE) - target_compile_definitions(libeditor PUBLIC CC_BUILD_WITH_SPINE=1) - if(BUILD_SHARED_LIBS) - target_link_libraries(libeditor spine particle3d) - else() - target_include_directories(libeditor PUBLIC ${CMAKE_CURRENT_LIST_DIR}/spine/runtime/include) - endif() - endif() - - ## libccs30 - add_subdirectory(libccs30) - if(BUILD_EXTENSION_DRAGONBONES) - target_compile_definitions(libccs30 PRIVATE CC_BUILD_WITH_DRANGBONES=1) - if(BUILD_SHARED_LIBS) - target_link_libraries(libccs30 DragonBones) - endif() - endif() - target_link_libraries(libccs30 libeditor) - - ## libccs19 - add_subdirectory(libccs19) - target_link_libraries(libccs19 libeditor) - - ## libccs20 - add_subdirectory(libccs20) - target_link_libraries(libccs20 libeditor) - - ## libccs21 - add_subdirectory(libccs21) - target_link_libraries(libccs21 libeditor) -endif() From 3990cc765d7df5a28850ec279300bed8016eb0e9 Mon Sep 17 00:00:00 2001 From: halx99 Date: Fri, 27 Aug 2021 13:27:04 +0800 Subject: [PATCH 2/2] Update Windows build status badge --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4f3b14997..7ac0e9bd8f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![dev](https://img.shields.io/badge/v1.0.0-beta2-yellow.svg)](https://github.com/adxeproject/adxe/releases) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/adxeproject/adxe/blob/master/LICENSE) +[![Windows Build Status](https://github.com/adxeproject/adxe/actions/workflows/windows-ci.yml/badge.svg)](https://github.com/adxeproject/adxe/actions/workflows/windows-ci.yml) [![Android Build Status](https://github.com/adxeproject/adxe/workflows/android/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aandroid) [![iOS Build Status](https://github.com/adxeproject/adxe/workflows/ios/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aios) -[![Windows Build Status](https://github.com/adxeproject/adxe/workflows/win32/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Awin32) [![Linux Build Status](https://github.com/adxeproject/adxe/workflows/linux/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Alinux) [![macOS Build Status](https://github.com/adxeproject/adxe/workflows/osx/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aosx) diff --git a/README_CN.md b/README_CN.md index c172686bab..0899193ff6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -4,9 +4,9 @@ [![dev](https://img.shields.io/badge/v1.0.0-beta2-yellow.svg)](https://github.com/adxeproject/adxe/releases) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/adxeproject/adxe/blob/master/LICENSE) +[![Windows Build Status](https://github.com/adxeproject/adxe/actions/workflows/windows-ci.yml/badge.svg)](https://github.com/adxeproject/adxe/actions/workflows/windows-ci.yml) [![Android Build Status](https://github.com/adxeproject/adxe/workflows/android/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aandroid) [![iOS Build Status](https://github.com/adxeproject/adxe/workflows/ios/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aios) -[![Windows Build Status](https://github.com/adxeproject/adxe/workflows/win32/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Awin32) [![Linux Build Status](https://github.com/adxeproject/adxe/workflows/linux/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Alinux) [![macOS Build Status](https://github.com/adxeproject/adxe/workflows/osx/badge.svg)](https://github.com/adxeproject/adxe/actions?query=workflow%3Aosx)