Open FreeSlave opened 2 years ago
@a1batross said it's possible to keep XP compatibility in modern Visual Studio versions, referencing these lines from xash3d's build scripts: https://github.com/FWGS/xash3d-fwgs/blob/3ad60a0fa1af834b13a73051bf5cd535ee83b74a/wscript#L142 and https://github.com/FWGS/xash3d-fwgs/blob/3ad60a0fa1af834b13a73051bf5cd535ee83b74a/scripts/waifulib/compiler_optimizations.py#L54
Yes, just don't include any STL headers. These are probably totally broken.
@a1batross said it's possible to keep XP compatibility in modern Visual Studio versions, referencing these lines from xash3d's build scripts: https://github.com/FWGS/xash3d-fwgs/blob/3ad60a0fa1af834b13a73051bf5cd535ee83b74a/wscript#L142 and https://github.com/FWGS/xash3d-fwgs/blob/3ad60a0fa1af834b13a73051bf5cd535ee83b74a/scripts/waifulib/compiler_optimizations.py#L54