Remove Visual Studio references from autoconf
This commit is contained in:
parent
3b14417257
commit
e5465cd0d5
4 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Main Makefile for DOSBox
|
||||
|
||||
EXTRA_DIST = autogen.sh
|
||||
SUBDIRS = src include docs vs
|
||||
SUBDIRS = src include docs
|
||||
|
||||
# Per the auto-tools clean guidelines:
|
||||
# https://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/Clean.html#Clean
|
||||
|
|
|
@ -612,7 +612,6 @@ src/misc/Makefile
|
|||
src/shell/Makefile
|
||||
src/platform/Makefile
|
||||
src/platform/visualc/Makefile
|
||||
vs/Makefile
|
||||
include/Makefile
|
||||
docs/Makefile
|
||||
])
|
||||
|
|
5
vs/.gitignore
vendored
5
vs/.gitignore
vendored
|
@ -9,8 +9,3 @@ Release
|
|||
|
||||
# DOSBox
|
||||
*.conf
|
||||
|
||||
# autoconf
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
EXTRA_DIST = dosbox.sln dosbox.vcxproj
|
Loading…
Add table
Reference in a new issue