Commit Graph

356 Commits

Author SHA1 Message Date
63db5c9ba8 Fix definition of system library base for Amiga OS 4. 2021-04-19 13:48:29 +01:00
ccda050180 Change type of MakeLink parameter depending on target AmigaOS variation. 2021-04-19 13:46:00 +01:00
cf3c354a06 Fix types for making links in AmigaOS.
Hard links are locks, soft links are strings.
2021-04-19 13:41:10 +01:00
d204155955 Fix Amiga permissions type. 2021-04-19 13:40:51 +01:00
c5b434156d Fix Mac OS redeclaration of HFS+ Gestalt code in Retro68. 2021-04-19 13:40:31 +01:00
985e87c6f9 Fix CMake matches. 2021-04-19 13:40:11 +01:00
d9a2c28c65 Missing include in AmigaOS fragmentation. 2021-04-19 12:58:51 +01:00
76daa9106a Fix getting errors in AmigaOS fragmentation. 2021-04-19 12:58:41 +01:00
c8b7090b4f Detect when compiled for MorphOS. 2021-04-19 12:58:14 +01:00
3faea21e6e Fix destination folders for AmigaOS. 2021-04-19 04:45:57 +01:00
b19a227908 Implement timestamps for AmigaOS. 2021-04-19 04:45:27 +01:00
a8b0d9bbfd Implement extended attributes for AmigaOS. 2021-04-19 04:23:08 +01:00
06cd06d180 Implement sparse files for AmigaOS. 2021-04-19 04:18:43 +01:00
4bdb194630 Implement permissions for AmigaOS. 2021-04-19 04:14:06 +01:00
22e51bbf3d Implement links for AmigaOS. 2021-04-19 03:59:58 +01:00
516e81728c Implement fragmentation for AmigaOS. 2021-04-19 03:49:15 +01:00
a4f6f536f4 Implement million files for AmigaOS. 2021-04-19 03:38:00 +01:00
43c74254f3 Implement filenames for AmigaOS. 2021-04-19 03:34:40 +01:00
8aa7691cbd Implement directory depth for AmigaOS. 2021-04-19 03:22:48 +01:00
311e7b1349 Implement deleted files for AmigaOS. 2021-04-19 03:19:04 +01:00
3401952ce0 Implement volume information for AmigaOS. 2021-04-19 03:10:52 +01:00
958a983841 Implement OS information for AmigaOS. 2021-04-19 02:56:37 +01:00
985f8af61d Add AmigaOS skeleton. 2021-04-19 01:49:53 +01:00
2aadfd63c4 Add CodeWarrior Professional 3.0 project for Mac OS. 2021-04-14 04:34:08 +01:00
5c00960bb2 Add CodeWarrior Professional 1.0 project for Mac OS. 2021-04-14 04:33:16 +01:00
cfe3d34896 Add binary resource file for old compilers that do not undestand 'vers' resources. 2021-04-14 04:31:03 +01:00
d1bd9160fb Add resource forks for Mac OS source files. 2021-04-14 04:30:36 +01:00
fb89b45e1e Some Mac OS refactor. 2021-04-14 04:29:35 +01:00
d77c416798 Define '????' OSType using integers as CodeWarrior complains... 2021-04-14 04:29:18 +01:00
71e119650b Change definition of FOUR_CHAR_CODE macro. 2021-04-14 04:28:37 +01:00
70025117eb Change how Mac OS times are declared. 2021-04-14 04:27:45 +01:00
e67e74c3d9 Change how filenames for Mac OS attributes are declared. 2021-04-14 04:26:51 +01:00
4be893fe4a Use memcpy to move the extended volume size fields to a local variable,
as in old versions of Mac OS they're a concatenation of two 32-bit fields instead of a 64-bit field.
2021-04-14 04:26:25 +01:00
57fb334f77 Change copyright symbol in Mac OS resource file. 2021-04-14 04:25:04 +01:00
653ad9d36f Remove pascal declaration for CreateAliasFile (not really needed anyway). 2021-04-14 04:24:32 +01:00
7f9f03f00a Fix includes in Mac OS. 2021-04-14 04:24:07 +01:00
d5b3e1f838 Add snprintf() implementation for old CodeWarrior versions. 2021-04-14 04:22:17 +01:00
23651b2d2c Define type for old versions of CodeWarrior. 2021-04-14 04:19:29 +01:00
8ec10b3c94 Add Makefile for BeOS. 2021-04-11 03:02:20 +01:00
4d60da2ea2 Add Makefile for DJGPP. 2021-04-11 02:59:18 +01:00
67d7c3c358 Add Makefile for OS/2. 2021-04-11 02:56:05 +01:00
870443e203 Detect Microsoft C in 16-bit OS/2 and use different PFSINFO structure format to retrieve volume serial number. 2021-04-11 02:51:30 +01:00
37da49d062 Add detection of 16-bit OS/2 in other compilers. 2021-04-11 02:50:56 +01:00
0c3cf427dc Add Microsoft C 6.0 project for OS/2. 2021-04-11 02:49:47 +01:00
09e7535190 Code refactor. 2021-04-11 00:44:29 +01:00
d3b8e65bdd Add missing Win32 platform version definitions. 2021-04-11 00:44:05 +01:00
d0ef9457f3 Fix how 32-bit vs 16-bit OS/2 is detected in attributes setter. 2021-04-11 00:41:08 +01:00
49b5cd1701 Fix OS/2 includes to not repeat including os2.h. 2021-04-11 00:40:29 +01:00
d57cc3a3ce Move GetDiskFreeEx implementation in DJGPP to another file as some compilers try to index it's include files. 2021-04-11 00:36:41 +01:00
341fc84ab1 Add support for Zortech and Symantec compilers for DOS. 2021-04-11 00:36:02 +01:00