diff --git a/BasiliskII/src/Unix/disk_sparsebundle.cpp b/BasiliskII/src/Unix/disk_sparsebundle.cpp index 16ce5a7c..a4ec385a 100644 --- a/BasiliskII/src/Unix/disk_sparsebundle.cpp +++ b/BasiliskII/src/Unix/disk_sparsebundle.cpp @@ -25,7 +25,6 @@ // TODO // - Add to basilisk build -// - Add to 'make links' // - Test on Linux // - Iterate through factories diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 66cb2123..b1c1516e 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -70,7 +70,9 @@ links: Unix/video_blit.cpp Unix/config.sub Unix/config.guess Unix/m4 \ Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/Irix/audio_irix.cpp \ Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \ - Unix/rpc.h Unix/rpc_unix.cpp Unix/ldscripts Unix/Darwin/mkstandalone \ + Unix/rpc.h Unix/rpc_unix.cpp Unix/ldscripts \ + Unix/tinyxml2.h Unix/tinyxml2.cpp Unix/disk_unix.h \ + Unix/disk_sparsebundle.cpp Unix/Darwin/mkstandalone \ Unix/Darwin/lowmem.c Unix/Darwin/pagezero.c Unix/Darwin/testlmem.sh \ dummy/audio_dummy.cpp dummy/clip_dummy.cpp dummy/serial_dummy.cpp \ dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp SDL slirp \ diff --git a/SheepShaver/src/Unix/disk_sparsebundle.cpp b/SheepShaver/src/Unix/disk_sparsebundle.cpp new file mode 120000 index 00000000..7e368ca7 --- /dev/null +++ b/SheepShaver/src/Unix/disk_sparsebundle.cpp @@ -0,0 +1 @@ +../../../BasiliskII/src/Unix/disk_sparsebundle.cpp \ No newline at end of file diff --git a/SheepShaver/src/Unix/disk_unix.h b/SheepShaver/src/Unix/disk_unix.h new file mode 120000 index 00000000..87d10dfd --- /dev/null +++ b/SheepShaver/src/Unix/disk_unix.h @@ -0,0 +1 @@ +../../../BasiliskII/src/Unix/disk_unix.h \ No newline at end of file diff --git a/SheepShaver/src/Unix/tinyxml2.cpp b/SheepShaver/src/Unix/tinyxml2.cpp new file mode 120000 index 00000000..0609bdc8 --- /dev/null +++ b/SheepShaver/src/Unix/tinyxml2.cpp @@ -0,0 +1 @@ +../../../BasiliskII/src/Unix/tinyxml2.cpp \ No newline at end of file diff --git a/SheepShaver/src/Unix/tinyxml2.h b/SheepShaver/src/Unix/tinyxml2.h new file mode 120000 index 00000000..d90c30e2 --- /dev/null +++ b/SheepShaver/src/Unix/tinyxml2.h @@ -0,0 +1 @@ +../../../BasiliskII/src/Unix/tinyxml2.h \ No newline at end of file