Skip to content
Snippets Groups Projects
Commit 85945505 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Target Windows Vista+ (not Windows XP) and enable enhanced instruction sets

Synchronet v3.20 doesn't actually work on Windows XP due to depenendies in
3rd party libraries we link with and more recent ciolib improvements.

So, no need to use an ancient WinSDK (7.0) or toolset anymore. Hooray!
I'm not changing the versions of C or C++ language enabled (yet), but that's
something we should consider doing.

Also, re-enable enhanced x86 processor extensions (e.g. SSE2) as I doubt very
much you can run Windows Vista on a pre-2000 CPU anyway. If this is a problem
for anyone, it's trivial to disable the processor extensions again.
parent b6f1741b
No related branches found
No related tags found
No related merge requests found
Showing
with 106 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment