Commit Graph

14 Commits

Author SHA1 Message Date
Bryce Denney 556a8fa8f8 - commit patch.check-platform. For full details, pull up the patch itself
and look at the description at the top.  Here's an intro.

  This patch makes significant changes to the configure script.  It adds the
  lines AC_CANONICAL_HOST and AC_CANONICAL_TARGET which detect the OS and
  processor type.  The configure script, knowing the OS and processor type, can
  then make intelligent decisions about which CFLAGS are needed and what is the
  default GUI for that platform.  One of the goals of this patch is to make it
  so that on all supported platforms, "configure;make" will compile cleanly.
  Configure detects the target platform, but it can be overridden by using
  --target=___.  This is important when using one platform to generate
  Makefiles and header files for another platform.  See config.guess script for
  the exact details of platform naming.

  The defaults that are currently implemented in the modified configure script
  include:
    If platform is windows* or winnt*, use win32 gui.
    If platform is cygwin*, use win32 gui and compile with
       "-mno-cygwin -DWIN32".
    If platform is macosx* or darwin*, use carbon gui and compile
       with "-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants
       -Wno-unknown-pragmas -Dmacintosh"
    If platform is macos, use macos gui.
    If platform is beos, use beos gui.
    If platform is amigaos, use amigaos gui.
    Otherwise, use X windows gui.
2002-03-07 16:00:39 +00:00
Bryce Denney df1b810f24 *** empty log message *** 2002-03-06 19:42:29 +00:00
Bryce Denney 4439fe5dc7 *** empty log message *** 2002-03-06 16:48:10 +00:00
Bryce Denney 170080c067 *** empty log message *** 2002-03-06 15:58:32 +00:00
Bryce Denney 2c392212fc - added more SDL details, minor tweaks 2002-03-06 15:45:09 +00:00
Bryce Denney 85dfa222b6 - begin to write changes for version 1.4. Still needs a lot of work. 2002-03-06 15:14:11 +00:00
Bryce Denney 8685e9f001 - update for 1.3 2001-12-10 21:53:21 +00:00
Bryce Denney d31eacc1f3 - mention raw cdrom on macosx, which was just added 2001-12-07 22:28:25 +00:00
Bryce Denney 37256e9614 - touch up, move things around 2001-12-06 03:51:55 +00:00
Bryce Denney b0a578eaf4 - made it through the whole cvs log, whew! 2001-12-05 22:12:59 +00:00
Bryce Denney c9740ebb21 - I'm working on change log for version 1.3. Not complete yet. 2001-12-05 17:37:08 +00:00
Bryce Denney d25ef37769 - copy CHANGES and README from the 1.2.1 final version 2001-06-12 21:56:59 +00:00
Bryce Denney 4fd165131b - sync up with 1.2 final 2001-06-04 04:23:39 +00:00
Bryce Denney 81c433cb03 - move to CHANGES, to be consistent with README, COPYING 2001-06-02 08:20:55 +00:00