Commit Graph

325 Commits

Author SHA1 Message Date
cec51e96bb Implement filenames for Atari ST. 2021-04-25 18:00:25 +01:00
b76fa40613 Implement directory depth for Atari ST. 2021-04-25 17:58:37 +01:00
87376dfd4f Implement file deletion for Atari ST. 2021-04-25 17:55:49 +01:00
b6903207ad Implement attributes in Atari ST. 2021-04-25 17:53:22 +01:00
44c71f1c03 Add CMake files for Atari ST. 2021-04-25 17:41:25 +01:00
9c8a39d61e Rework CMakeLists.txt so project is compiled without intermediary libraries. 2021-04-24 20:26:43 +01:00
ea076dc481 Use "X86" as 32-bit OS/2 system processor CMake definition for OpenWatcom. 2021-04-24 15:13:55 +01:00
4de2eabb06 Add CMake files for 32-bit OS/2 using OpenWatcom. 2021-04-23 05:10:03 +01:00
a4e27c9e47 Remove spurious message. 2021-04-23 05:09:29 +01:00
32e604bd98 Fix compilation on AmigaOS 4. 2021-04-19 14:05:11 +01:00
5a838015c3 AmigaOS filesystem type is printed in decimal not octal. 2021-04-19 14:05:01 +01:00
a8384e8aa1 Fix permissions in AmigaOS 4. 2021-04-19 13:51:54 +01:00
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