forked from JACoders/OpenJK
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Upgrading the original VS projects yields a bunch of warnings. Most notably:
- The C/C++ compiler switch /Og has been deprecated and has been removed from your project settings. It is recommended that you use /O1 or /O2 instead.
- Various MSB8012 warnings about path mismatches. If I run into build errors, this could be why.
- The C/C++ compiler switch /YX is no longer supported. /YX has been removed from your project settings.
Medium-term, I'll introduce a cross-platform build tool, so I may not need to address these warnings.
Metadata
Metadata
Assignees
Labels
No labels