mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Removed excess files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
---------
|
||||
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]}
|
||||
@@ -1 +0,0 @@
|
||||
msvc_x64_x64
|
||||
Reference in New Issue
Block a user