ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/Makefile
Revision 1.36 - (view) (annotate) - [select for diffs]
2011-12-29T07:39:56Z (12 years, 3 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +2 -1 lines
Diff to previous 1.35
move NSAutoReleasePool_wrap() into its own file

Revision 1.35 - (view) (annotate) - [select for diffs]
2010-10-19T22:20:01Z (13 years, 6 months ago) by asvitkine
Branch: MAIN
Changes since 1.34: +1 -0 lines
Diff to previous 1.34
[Geoffrey Brown]
VHD support

Revision 1.34 - (view) (annotate) - [select for diffs]
2010-10-06T00:34:15Z (13 years, 6 months ago) by asvitkine
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
[Geoffrey Brown]

bin/cue support

Revision 1.33 - (view) (annotate) - [select for diffs]
2010-04-08T03:50:26Z (14 years ago) by asvitkine
Branch: MAIN
Changes since 1.32: +9 -5 lines
Diff to previous 1.32
[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]
2009-02-19T07:02:46Z (15 years, 2 months ago) by asvitkine
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
[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.31 - (view) (annotate) - [select for diffs]
2007-12-30T09:15:00Z (16 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Fix build with new MacOS X extfs implementation (in C++).

Revision 1.30 - (view) (annotate) - [select for diffs]
2007-06-13T16:34:13Z (16 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.29: +3 -0 lines
Diff to previous 1.29
Add native audio support (without SDL) from Nigel's Basilisk II port to MacOS X.

Revision 1.29 - (view) (annotate) - [select for diffs]
2006-07-17T07:43:54Z (17 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.28: +5 -3 lines
Diff to previous 1.28
symlink codegen_x86.h

Revision 1.28 - (view) (annotate) - [select for diffs]
2006-05-06T10:42:51Z (17 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
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]
2006-05-01T22:33:34Z (17 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26
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]
2005-12-04T16:26:57Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Better IRIX support: add audio & slirp networking. Fix configure to use -lm
when searching for C99 functions (roundf() et al.).

Revision 1.25 - (view) (annotate) - [select for diffs]
2005-11-30T07:25:37Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
Modernize tarball VERNAME

Revision 1.24 - (view) (annotate) - [select for diffs]
2005-11-30T00:29:29Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.23: +9 -5 lines
Diff to previous 1.23
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.23 - (view) (annotate) - [select for diffs]
2005-11-29T23:48:18Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
V2.3-Pre (snapshot)

Revision 1.22 - (view) (annotate) - [select for diffs]
2005-11-27T23:54:26Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Build Windows GUI with GTK

Revision 1.21 - (view) (annotate) - [select for diffs]
2005-11-27T22:29:32Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.20: +5 -1 lines
Diff to previous 1.20
Ethernet and Serial support (merge from Basilisk II tree)

Revision 1.20 - (view) (annotate) - [select for diffs]
2005-07-03T22:44:30Z (18 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
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]
2005-07-03T13:05:36Z (18 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
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.18 - (view) (annotate) - [select for diffs]
2005-07-01T06:15:21Z (18 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Add B2 Unix/m4 symlink

Revision 1.17 - (view) (annotate) - [select for diffs]
2005-03-17T23:56:04Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
add other symlinks to B2/Windows files

Revision 1.16 - (view) (annotate) - [select for diffs]
2004-11-22T22:21:33Z (19 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Add missing symlinks. Fix LN_S with source dirs contains spaces.

Revision 1.15 - (view) (annotate) - [select for diffs]
2004-11-15T23:41:08Z (19 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Inherit clip_unix.cpp from Basilisk II, now they are identical.

Revision 1.14 - (view) (annotate) - [select for diffs]
2004-07-10T07:38:50Z (19 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
Use Nigel's "extfs" implementation on MacOS X

Revision 1.13 - (view) (annotate) - [select for diffs]
2004-06-27T20:18:08Z (19 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
Symlink MacOS X sys_darwin.cpp and clip_macosx.cpp

Revision 1.12 - (view) (annotate) - [select for diffs]
2004-06-24T15:31:50Z (19 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Symlink dummy/clip_dummy.cpp and SDL directory.

Revision 1.11 - (view) (annotate) - [select for diffs]
2004-05-09T17:55:10Z (19 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
Link keycodes & tunconfig files, DESTDIR'ify Unix/Makefile

Revision 1.10 - (view) (annotate) - [select for diffs]
2004-01-18T22:04:23Z (20 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
handle dummy stuff

Revision 1.9 - (view) (annotate) - [select for diffs]
2003-11-27T20:07:33Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.8: +0 -34 lines
Diff to previous 1.8
I manually synchronize with Kheperix code.

Revision 1.8 - (view) (annotate) - [select for diffs]
2003-11-24T22:19:35Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Add link to B2 Unix/config.{guess,sub}

Revision 1.7 - (view) (annotate) - [select for diffs]
2003-09-14T22:10:57Z (20 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
add PowerPC emulator tester

Revision 1.6 - (view) (annotate) - [select for diffs]
2003-09-07T14:25:48Z (20 years, 7 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]
2003-05-22T22:12:03Z (20 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
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]
2003-05-13T16:59:56Z (20 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
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]
2003-01-04T12:23:37Z (21 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
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]
2002-05-09T09:55:45Z (21 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1
- 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 ;-)

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
2002-02-04T16:58:13Z (22 years, 2 months ago) by cebix
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.36
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
2002-02-04T16:58:13Z (22 years, 2 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a