Closed ma-choo closed 6 years ago
Use CMake. I made it to working on WIndows too(without deployment).
I used cmake-gui to make a new VS2013 solution, but now I'm getting an unresolved external symbol _snprintf. crashhandler and objecthandler use snprintf functions that aren't defined anywhere.
Edit: Nevermind. I just had to put #define snprintf _snprintf
where it was needed.
You may use msvc6/build script for one-time builds, it should work with all VS versions.
Trying to build 0.19 in VS 2013 on Windows 10 leads to this error log about missing source files.
Some of these are in the wrong folders (tries to open from
common\
when they're really inclient\
) but some are totally missing from entire solution (sys_win, s_backend, gl_vidnt).A similar log seems to happen in the AppVeyor check https://ci.appveyor.com/project/a1batross/xash3d/build/job/wn656k3b2w1w68fk/messages