Commit graph

2 commits

Author SHA1 Message Date
Elijah 05f88ab74a switch to submoduling (slighly modified) detours, to allow vs2010 building. also fixes messed up paths in v10.vcproj 2024-05-28 13:10:29 -04:00
Declan B. 29110c6b15 VS2008 support - it builds!
also add a .def file, VS9 wants it BAD so whatever

NOTE: compiling Detours with the VS9 toolchain requires warning C4127 to be ignored. You may have to edit uimports.cpp to include `#pragma warning(disable:4127)`.

Detours will need to be added as such:
* `VCCLCompilerTool.AdditionalIncludeDirectories`: detours/src renamed to detours/detours
* `VCLinkerTool.AdditionalOptions`: path to compiled `detours.lib` for relevant arch
2024-05-27 18:55:12 +01:00