Commit Graph

150 Commits

Author SHA1 Message Date
964e01b4fb Split includes for MacOS. 2021-03-12 15:28:17 +00:00
e5031597fd Add missing definitions for Retro68. 2021-03-12 15:21:59 +00:00
8dfdff7b60 Guard inclusion of FileTypesAndCreators.h depending on presence. 2021-03-12 13:40:11 +00:00
06f45f0e35 Guard inclusion of SIOUX depending on compiled by CodeWarrior. 2021-03-12 13:38:11 +00:00
889512dbc7 Guard inclusion of Aliases.h depending on presence. 2021-03-12 13:37:52 +00:00
41ace8fa4c Add cmake file for cross compiling using Retro68. 2021-03-12 13:03:29 +00:00
5b90ff5252 Split MacOS code. 2021-03-12 01:31:24 +00:00
24ed3e25d6 Split NetWare code. 2021-03-12 01:15:23 +00:00
ec816ee56b Fix OS/2 declarations. 2021-03-12 01:00:33 +00:00
b409aaa371 Merge OS/2 volume information code. 2021-03-12 00:58:36 +00:00
bcde8e1d3f Merge OS/2 timestamps code. 2021-03-12 00:52:20 +00:00
14148fffce Merge OS/2 sparse code. 2021-03-12 00:45:22 +00:00
cc2b377fbd Merge OS/2 resource fork code. 2021-03-12 00:15:00 +00:00
27d8b52e7e Merge OS/2 permissions code. 2021-03-12 00:14:03 +00:00
9e3696943a Merge OS/2 links code. 2021-03-12 00:12:29 +00:00
3267639325 Merge OS/2 fragments code. 2021-03-12 00:11:20 +00:00
52fae99931 Merge OS/2 files code. 2021-03-12 00:09:11 +00:00
d2ff4a2dda Merge OS/2 filename code. 2021-03-12 00:07:06 +00:00
8e10a1f898 Merge OS/2 directory depth code. 2021-03-12 00:05:02 +00:00
8f3853bc1f Merge OS/2 deleted code. 2021-03-12 00:02:48 +00:00
2a2962bd3e Use common actionTaken variable type for OS/2. 2021-03-11 23:59:34 +00:00
7bd02b2150 Merge OS/2 attribute code. 2021-03-11 23:57:11 +00:00
e9df0c720c Split OS/2 code. 2021-03-11 22:35:45 +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
c5c588a772 Add IDEA project files. 2021-03-11 16:58:20 +00:00
837f4cab1d Update gitignore 2021-03-11 16:57:37 +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
4907884a88 Use dosuname to detect the DOS kind and version. 2021-03-11 05:39:01 +00:00
35c64bca84 Some code refactor for dosuname. 2021-03-11 05:29:49 +00:00
ebf91976c3 Use an enumeration for DOS flavor. 2021-03-11 05:22:27 +00:00
4a8f69152b Change dosuname to use a struct. 2021-03-11 05:10:45 +00:00
934f55bfd5 Add dosuname code. 2021-03-11 04:58:41 +00:00
3f35c03934 Minor type fixes to DOS. 2021-03-11 04:56:07 +00:00
8944c844c4 Minor type fixes to DOS. 2021-03-11 04:48:10 +00:00
90bf021197 Fix invalid references to char arrays in DOS. 2021-03-11 04:45:49 +00:00
055a54edbb Fix using signed return codes for DOS. 2021-03-11 04:44:00 +00:00
4542f64b00 Fix include files. 2021-03-11 04:38:38 +00:00
8d65e861d3 Set DOS timestamps using a for loop instead of repeating code. 2021-03-11 04:36:52 +00:00
dc69ae015a Set DOS attributes using a for loop instead of repeating code. 2021-03-11 04:20:58 +00:00
55a32327b1 Implement call for FAT32 GetDiskFreeEx() for DJGPP. 2021-03-11 03:35:35 +00:00
351be36e85 Clean includes for DOS. 2021-03-11 02:56:39 +00:00
71cd201bbb Fix different declaration of mkdir between Watcom and DJGPP. 2021-03-11 02:42:15 +00:00
138c55f887 Fix chdir declaration in DJGPP vs Watcom. 2021-03-11 02:31:41 +00:00
a97bc69276 Add endlines at end of DOS files. 2021-03-11 01:52:34 +00:00
9ce05e8aaf Add cmake file for cross compiling using DJGPP. 2021-03-09 19:35:16 +00:00