Log of /SheepShaver/Makefile
Parent Directory
|
Revision Log
Revision
1.33 -
(
view)
(
annotate)
-
[select for diffs]
Thu Apr 8 03:50:26 2010 UTC
(3 years, 1 month ago)
by
asvitkine
Branch:
MAIN
Changes since
1.32: +9 -5 lines
Diff to
previous 1.32
,
to
selected 1.6
[Joel Mauras]
Let makefile build relatives links between SheepShaver and BasiliksII so
they can be moved anywhere into the file system as long as they stay side
by side without having to rebuid the links.
Revision
1.32 -
(
view)
(
annotate)
-
[select for diffs]
Thu Feb 19 07:02:46 2009 UTC
(4 years, 3 months ago)
by
asvitkine
Branch:
MAIN
Changes since
1.31: +1 -1 lines
Diff to
previous 1.31
,
to
selected 1.6
[Patch by Mike Sliczniak]
Here is a patch that has a shell script cpr.sh to recursively copy directories but
discarding things that cause problems at least on 10.4 when making the .app bundles.
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Sat May 6 10:42:51 2006 UTC
(7 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.27: +1 -1 lines
Diff to
previous 1.27
,
to
selected 1.6
Add linker scripts from Basilisk II and make it possible to allocate up to
1 GB of Mac memory. Only tested on Linux/x86_64 so far but with a somewhat
interesting (MacOS, ROM, RAM size) matrix.
XXX: It should be possible to allocate up to 1.5 GB by relocating the ROM
base to something like 0x60800000.
Revision
1.27 -
(
view)
(
annotate)
-
[select for diffs]
Mon May 1 22:33:34 2006 UTC
(7 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.26: +1 -0 lines
Diff to
previous 1.26
,
to
selected 1.6
Port --enable-standalone-gui support to SheepShaver
Others changes include:
- Factor out STR_SIG_INSTALL_ERR messages
- Process command line arguments early (prior to calling PrefsInit())
- GUI: set start_clicked only if the "Start" button was clicked
- GUI: save changes to the "Input" pane when the "Start" button was clicked
Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Sun Dec 4 16:26:57 2005 UTC
(7 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.25: +2 -2 lines
Diff to
previous 1.25
,
to
selected 1.6
Better IRIX support: add audio & slirp networking. Fix configure to use -lm
when searching for C99 functions (roundf() et al.).
Revision
1.24 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 30 00:29:29 2005 UTC
(7 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.23: +9 -5 lines
Diff to
previous 1.23
,
to
selected 1.6
Makefile fixes. Also checkout Basilisk II tree while preparing the
SheepShaver sources tree as it's better to have the tarball having
the B2 sources inside too.
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jul 3 22:44:30 2005 UTC
(7 years, 10 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.19: +1 -1 lines
Diff to
previous 1.19
,
to
selected 1.6
Bad MacOS X, we need our our semaphore.h from Basilisk II to get POSIX
unnamed semaphores emulation with named Mach semaphores.
Revision
1.19 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jul 3 13:05:36 2005 UTC
(7 years, 10 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.18: +3 -3 lines
Diff to
previous 1.18
,
to
selected 1.6
Add necessary configury + support code to support slirp in SheepShaver,
the user-space network emulation layer. Enable it on all Unix supported
platforms where I know it works.
Revision
1.6 -
(
view)
(
annotate)
-
[selected]
Sun Sep 7 14:25:48 2003 UTC
(9 years, 8 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.5: +33 -0 lines
Diff to
previous 1.5
Handle manual updates with kpx_cpu core
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Thu May 22 22:12:03 2003 UTC
(10 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.4: +2 -1 lines
Diff to
previous 1.4
,
to
selected 1.6
Import VOSF from Basilisk II for faster and more accurate video refresh.
There may be some bugs left though. Rework sigsegv_handler() a little to
accomodate VOSF way of life.
TODO: merge video drivers infrastructure from B2.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 13 16:59:56 2003 UTC
(10 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.3: +2 -0 lines
Diff to
previous 1.3
,
to
selected 1.6
Use vm_acquire/vm_acquire_fixed/vm_release API. Prepare use of SIGSEGV
handlers and instruction skippers. Fix test prior to including posix_sem.cpp.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jan 4 12:23:37 2003 UTC
(10 years, 4 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.2: +1 -0 lines
Diff to
previous 1.2
,
to
selected 1.6
Sync with changes from cxmon and B2. I have yet to find out why my old
disk image (8.1 based) no longer boots completely. :-/
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Thu May 9 09:55:45 2002 UTC
(11 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.1: +5 -1 lines
Diff to
previous 1.1
,
to
selected 1.6
- B2_TOPDIR: new macro specifying where Basilisk II directory can be found.
Update "links" rule to take care of it and don't PREFIX with current path
if B2_TOPDIR yields an absolute path.
(Simply cosmetic so that I can have multiple SS work dirs, effortlessly ;-)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.