Commit Graph

18 Commits

Author SHA1 Message Date
1a5bcc61bd Add support for Cygwin. 2021-04-27 05:29:30 +01:00
9c8a39d61e Rework CMakeLists.txt so project is compiled without intermediary libraries. 2021-04-24 20:26:43 +01:00
d3b8e65bdd Add missing Win32 platform version definitions. 2021-04-11 00:44:05 +01:00
5620dc52a2 Add missing definitions for old 32-bit Windows compilers. 2021-04-07 01:52:23 +01:00
5f5f854dc3 Rename time.h to timew32.h to prevent conflicts with older compilers. 2021-04-07 01:41:18 +01:00
d65be35f01 Add options to write to a log and be quiet. 2021-03-14 22:55:55 +00:00
f4ebb40f33 Fix inclusion guards. 2021-03-14 19:18:18 +00:00
7cc2dcd989 Fix file headers. 2021-03-14 19:14:41 +00:00
7c5f015623 Fixed type sizes. 2021-03-14 18:51:29 +00:00
1fa25644d1 Remove some unused code. 2021-03-14 18:50:14 +00:00
4b75cd3e71 Remove preprocessor guards by OS. Project should now only include the needed files. 2021-03-14 14:38:51 +00:00
ae3c945e2c Move win32 definitions to nearest include. 2021-03-11 22:03:17 +00:00
bfa84533d4 Set win32 timestamps using a for loop instead of repeating code. 2021-03-11 21:55:39 +00:00
8433f998b9 Fix win32 definitions. 2021-03-11 18:35:06 +00:00
efba8a1600 Set win32 attributes using a for loop instead of repeating code. 2021-03-11 18:05:54 +00:00
b88a3aff8d Split win32 code. 2021-03-11 16:51:04 +00:00
14a25c8510 Add cmake file for cross compiling using MingW. 2021-03-11 13:35:13 +00:00
4505855d11 Move Win32 source to a folder. 2021-03-11 13:34:45 +00:00