Bochs/bochs/build
Bryce Denney 7f8b965243 ----------------------------------------------------------------------
Patch name: patch.macosx-console-launch-script
Author: Jeremy Parsons <brefin@mac.com>
Date: Wed Oct 16 2002

Detailed description:

Since the Carbon gui does not yet have a console window of its own, then it
can't be configured from the gui (only the command line) and stdout/stderr both
go to the console. As a shortcut, I offer this patch consisting of this file and

build/macosx/script.data
build/macosx/script.r
build/macosx/bochs.applescript

script.data and script.r are taken from a script compiled into an application.
Flattened out to be checked in. (osacompile can produce runnable scripts, but
wants to create them for the classic environment, so I use these files as part
of a workaround)

When bochs.app is built, it also builds bochs.scpt. To use bochs.scpt you put
both bochs.app and bochs.scpt into the directory with your bochsrc.txt.

bochs.scpt is an applescript that when run notes the current directory, then
tells the terminal application to open a window, cd to the current directory,
and run bochs from the commandline.
----------------------------------------------------------------------

Modified Files:
  Makefile.in
Added Files:
  build/macosx/bochs.applescript build/macosx/script.data
  build/macosx/script.r
2002-10-21 11:38:38 +00:00
..
debian - rules modified to use the FHS compatible directories (untested) 2002-07-06 15:23:04 +00:00
linux - changed bochs start option to -q 2002-08-26 20:39:06 +00:00
macosx ---------------------------------------------------------------------- 2002-10-21 11:38:38 +00:00
redhat - modify the RPM build script so that it can build RPMs without root 2002-09-22 23:41:50 +00:00
win32 - add mmx.cpp to workspace 2002-09-19 21:39:53 +00:00
batch-build.perl - now with cpu level < 5 you must disable mmx 2002-09-23 07:37:07 +00:00
makeall.sh - quick and dirty script to run make again in every build-* directory 2002-09-23 17:57:18 +00:00