Commit Graph

22 Commits

Author SHA1 Message Date
Wolfgang Thaller
5f4733ea5f fix check for resourcefork of InterfaceLib 2020-08-23 19:55:59 +02:00
Wolfgang Thaller
ee5e93366b fix 68k-only build (#106) 2020-04-25 11:23:52 +02:00
Wolfgang Thaller
3d84d382ad fix for case-insensitive systems 2019-09-29 21:00:14 +02:00
Wolfgang Thaller
26153cccf4 proper choice between universal and multiversal 2019-09-26 19:30:45 +02:00
Wolfgang Thaller
1f59b5f87f automatically build multiversal interfaces 2019-09-26 01:24:56 +02:00
Wolfgang Thaller
206db120f4 presence of InterfaceLib should be optional 2019-09-22 23:18:58 +02:00
Wolfgang Thaller
14d0e3d8a9 one more fix... 2019-09-16 21:05:40 +02:00
Wolfgang Thaller
f2baef8d81 unbreak 2019-09-15 22:08:49 +02:00
Wolfgang Thaller
0842200812 interfaces-and-libraries.sh: support for MultiversalInterfaces 2019-09-15 21:23:51 +02:00
Wolfgang Thaller
92c0550526 fix macOS build 2019-09-14 11:57:29 +02:00
Wolfgang Thaller
fcf9548bff Stop using Apple's PEFBinaryFormat, use MultiversalInterfaces instead! 2019-09-08 20:54:09 +02:00
Wolfgang Thaller
8b7c52d993 don't fail when files don't exist when removing old interfaces and libraries 2019-09-02 23:21:35 +02:00
Wolfgang Thaller
57d99dfbed fix build on case-sensitive file systems 2019-08-25 16:19:58 +02:00
Ezra Buehler
c39d772d2d Prevent interfaces-and-libraries.sh from removing Retro*.r 2019-08-20 08:47:16 +02:00
Wolfgang Thaller
5dc8179b1c Fix Mac OS X 10.4 compatibility 2019-08-18 22:34:49 +02:00
Wolfgang Thaller
44799e5b5c fix static ppc OpenTransport libraries 2019-08-18 15:29:04 +02:00
Wolfgang Thaller
e5185d23c3 Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Wolfgang Thaller
78bc08814d make interfaces-and-libraries.sh handle PEFBinaryFormat.h 2019-08-18 12:31:05 +02:00
Wolfgang Thaller
2a5bd9b5fa make interfaces-and-libraries.sh keep track of installed files 2019-08-17 23:48:50 +02:00
Wolfgang Thaller
48e6c62d6f special characters should now work in interfaces&libraries path 2019-08-17 21:57:11 +02:00
Wolfgang Thaller
e6ba1bf012 make interfaces-and-libraries.sh work with spaces in source path name
Now that it's a separate script, people might invoke it with more varied paths.
2019-08-17 21:35:52 +02:00
Ezra Buehler
e76dfe1f4d Move Interfaces&Libraries handling to separate file
To enable binary distribution it is now possible to install Apple's
interfaces and libraries at a later point by running:

    interfaces-and-libraries.sh /install/to /from/InterfacesAndLibraries
2019-08-17 12:55:30 +02:00