Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
9
.github/workflows/cmake.yml
vendored
9
.github/workflows/cmake.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
- name: Regular
|
- name: Debug
|
||||||
dev-build: off
|
dev-build: off
|
||||||
new-dynarec: off
|
new-dynarec: off
|
||||||
type: Debug
|
type: Debug
|
||||||
@@ -82,17 +82,12 @@ jobs:
|
|||||||
dev-build: on
|
dev-build: on
|
||||||
new-dynarec: on
|
new-dynarec: on
|
||||||
type: Debug
|
type: Debug
|
||||||
target-arch: ['Win32', 'x64', 'ARM', 'ARM64']
|
target-arch: ['Win32', 'x64', 'ARM64']
|
||||||
toolset: ['clangcl', 'v142']
|
toolset: ['clangcl', 'v142']
|
||||||
exclude:
|
exclude:
|
||||||
- target-arch: 'ARM'
|
|
||||||
build:
|
|
||||||
new-dynarec: off
|
|
||||||
- target-arch: 'ARM64'
|
- target-arch: 'ARM64'
|
||||||
build:
|
build:
|
||||||
new-dynarec: off
|
new-dynarec: off
|
||||||
- target-arch: 'ARM'
|
|
||||||
toolset: 'clangcl'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
operating systems and software designed for IBM PC systems and compatibles
|
operating systems and software designed for IBM PC systems and compatibles
|
||||||
from 1981 through fairly recent system designs based on the PCI bus.
|
from 1981 through fairly recent system designs based on the PCI bus.
|
||||||
|
|
||||||
86Box is released under the GNU General Public License, version 2 or later.
|
86Box is released under the GNU General Public License, version 2 only.
|
||||||
For more information, see the `COPYING` file.
|
For more information, see the `COPYING` file.
|
||||||
|
|
||||||
The project maintainer is [OBattler](https://github.com/OBattler).
|
The project maintainer is [OBattler](https://github.com/OBattler).
|
||||||
|
|||||||
@@ -95,6 +95,12 @@ if(VCPKG_TOOLCHAIN)
|
|||||||
x_vcpkg_install_local_dependencies(TARGETS 86Box DESTINATION "bin")
|
x_vcpkg_install_local_dependencies(TARGETS 86Box DESTINATION "bin")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
|
install(FILES $<TARGET_PDB_FILE:86Box>
|
||||||
|
CONFIGURATIONS Debug RelWithDebInfo
|
||||||
|
DESTINATION "bin")
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory(device)
|
add_subdirectory(device)
|
||||||
add_subdirectory(disk)
|
add_subdirectory(disk)
|
||||||
add_subdirectory(floppy)
|
add_subdirectory(floppy)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version-string": "3.0",
|
"version-string": "3.0",
|
||||||
"homepage": "https://86box.net/",
|
"homepage": "https://86box.net/",
|
||||||
"documentation": "http://86box.readthedocs.io/",
|
"documentation": "http://86box.readthedocs.io/",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-only",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"freetype",
|
"freetype",
|
||||||
"libpng",
|
"libpng",
|
||||||
|
|||||||
Reference in New Issue
Block a user