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

Conversation

daniel-abbott
Copy link

This should save Windows users who want to hack on this a headache.

  • Removed Windows SDL1 libs and project files, just taking up space.
  • Added mdfour.c to project so it can actually build.
  • Added a gitignore to avoid uploading VS cruft and builds.

- Remove SDL1 project and libs
- Add gitignore to avoid committing VS cruft
@@ -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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants