diff --git a/.gitignore b/.gitignore index 528e7d6eb..470a352ea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ Makefile /src/*.exe /src/86Box /src/include/86box/version.h +/src/.vs +/src/out # Legacy Makefile /src/*.o @@ -15,7 +17,6 @@ Makefile /src/*.res /src/*.dll /src/NUL -/src/.vs # State /src/*.cfg diff --git a/README.md b/README.md index 583dab99f..506eba794 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,6 @@ Building --------- For instructions on how to build 86Box from source, see the [build guide](https://86box.readthedocs.io/en/latest/dev/buildguide.html). -## Audio emulation installation - -Build 86box executable for your target system + roms. Copy all .wav files from samples directory to the same directory with the 86box executable and you're good to go. - Licensing --------- diff --git a/src/CMakeSettings.json b/src/CMakeSettings.json deleted file mode 100644 index 9204f06eb..000000000 --- a/src/CMakeSettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "configurations": [ - { - "name": "x64-Debug", - "generator": "Ninja", - "configurationType": "Debug", - "inheritEnvironments": [ "msvc_x64_x64" ], - "buildRoot": "${projectDir}\\out\\build\\${name}", - "installRoot": "${projectDir}\\out\\install\\${name}", - "cmakeCommandArgs": "", - "buildCommandArgs": "", - "ctestCommandArgs": "" - } - ] -} \ No newline at end of file diff --git a/src/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json b/src/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json deleted file mode 100644 index 7d776af01..000000000 --- a/src/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json +++ /dev/null @@ -1 +0,0 @@ -{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]} \ No newline at end of file diff --git a/src/out/build/x64-Debug/VSInheritEnvironments.txt b/src/out/build/x64-Debug/VSInheritEnvironments.txt deleted file mode 100644 index f8cc9d8ac..000000000 --- a/src/out/build/x64-Debug/VSInheritEnvironments.txt +++ /dev/null @@ -1 +0,0 @@ -msvc_x64_x64 \ No newline at end of file