Commit graph

5 commits

Author SHA1 Message Date
Clownacy
5cf7c95dd7 Added DoConfig (clone, not a decompilation)
Right now only the CMake file builds it
2019-04-20 04:43:38 +01:00
Clownacy
3cbe18b9c5 Rewrite stdint.h so it's not dependant on SDL2 2019-04-13 21:27:43 +01:00
Clownacy
bde0c979ff More CMake improvements (also FreeType is a static lib now)
The official(?) binaries weren't statically-linked, and being compiled
with MSVC2017 probably meant they weren't compatible with old OSes
anyway.

So now, the 32-bit one's compiled with MSVC2003. The other's still
MSVC2017 though. While I was at it, I made them both static. *Also*
while I was at it, I made sure subpixel-rendering was enabled.
2019-04-13 20:30:20 +01:00
Clownacy
d0e3fe115e Removed the MSVC2003-built FreeType library
For some reason, the MSVC2015 version from FreeType's website works with
MSVC2003 now.
2019-04-09 21:48:10 +01:00
Clownacy
39da44e899 Added cmake build setup 2019-04-09 21:38:25 +01:00