home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Note on C compilers < prev    next >
Encoding:
Text File  |  1997-06-13  |  1.8 KB  |  41 lines  |  [TEXT/ttxt]

  1. Everything compiles fine under Metrowerks CodeWarrior 11 (both 68K and PPC) with the Universal Headers 2.1.3 and:
  2.  
  3. #define    SystemSevenOrLater    1
  4. #define    CGLUESUPPORTED    0
  5. #define    OLDROUTINENAMES    0
  6. #define    OLDROUTINELOCATIONS    0
  7.  
  8. 68K assembly dependencies in the beta versions have been eliminated while porting to the PowerMac platform.
  9.  
  10. Important:
  11. bsearch.c and qsort.c must be compiled with
  12. #pragma fourbyteints on
  13.  
  14.  
  15. This software uses the MoreFiles library 1.4.6 by Jim Luther (Apple Macintosh Developer Technical Support) & Nitin Ganatra.
  16. The MoreFiles notice says:
  17.  
  18. /*
  19. **    Copyright © 1992-1996 Apple Computer, Inc.
  20. **    All rights reserved.
  21. **
  22. **    You may incorporate this sample code into your applications without
  23. **    restriction, though the sample code has been provided "AS IS" and the
  24. **    responsibility for its operation is 100% yours.  However, what you are
  25. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  26. **    after having made changes. If you're going to re-distribute the source,
  27. **    we require that you make it clear in the source that the code was
  28. **    descended from Apple Sample Code, but that you've made changes.
  29. */
  30.  
  31. Jim Luther kindly rolled in the changes I made; nevertheless, I’m not distributing MoreFiles together with the Simulator because it’s widely available: you will have to download the latest version yourself, should you need it.
  32.  
  33. Each source file I wrote should be prefixed by the following copyright notice (I am too lazy to update them all):
  34.  
  35. Copyright © 1993-1997 by Fabrizio Oddone
  36. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  37. This source code is distributed as freeware:
  38. you may copy, exchange, modify this code.
  39. You may include this code in any kind of application: freeware,
  40. shareware, or commercial, provided that full credits are given.
  41. You may not sell or distribute this code for profit.