Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Visual Studio files to VS2019 #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/quakespasm/Windows/VisualStudio/.vs/
/quakespasm/Windows/VisualStudio/Build-quakespasm-sdl2/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I compiled and debugged on this branch, visual studio created the files "history.txt" and "quakespasm-sdl2.vcxproj.user" in the VisualStudio directory which were then marked as untracked files by git, so I'd suggest these too:

/quakespasm/Windows/VisualStudio/history.txt
/quakespasm/Windows/VisualStudio/*.user

(vkQuake also has gitignores for these)

18 changes: 0 additions & 18 deletions quakespasm/Windows/SDL/BUGS

This file was deleted.

458 changes: 0 additions & 458 deletions quakespasm/Windows/SDL/COPYING

This file was deleted.

13 changes: 0 additions & 13 deletions quakespasm/Windows/SDL/README-SDL.txt

This file was deleted.

58 changes: 0 additions & 58 deletions quakespasm/Windows/SDL/bin/sdl-config

This file was deleted.

101 changes: 0 additions & 101 deletions quakespasm/Windows/SDL/include/SDL.h

This file was deleted.

63 changes: 0 additions & 63 deletions quakespasm/Windows/SDL/include/SDL_active.h

This file was deleted.

Loading