home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / grafik / mgl11 / mkdefs10 / read.me < prev    next >
Encoding:
Text File  |  1994-03-08  |  2.1 KB  |  44 lines

  1.  
  2.                 SciTech Software Common Makefile Definitions
  3.                 --------------------------------------------
  4.  
  5. All SciTech Software products usually come with a generic makefile for
  6. generating the libraries and executables files. These generic makefiles
  7. include a set of standard makefile definitions which can be changed from
  8. the command line for compiling with different compilers and with different
  9. options such as debugging and optimisation. This archive contains the set
  10. of standard makefile definitions that are required in order to build these
  11. products (note that some makefiles also depend on the special SciTech
  12. Software makefile utilities for generating library response files etc).
  13.  
  14. The files in this archive should always be unzipped into the directory
  15. \MAKEDEFS on the same drive that you will be compiling your source files
  16. (ie: C:\MAKEDEFS if your source files reside on drive C:). Once you install
  17. the makefile defintions into this directory, you will be able to run all the
  18. makefiles for different compilers simply by running make with a different
  19. command line option. The following commands should be used for the
  20. different compilers:
  21.  
  22.     make -Dmsc              - for Microsoft C
  23.     make -Dsymantec         - For Symantec C++ 16 bit
  24.     make -Dsymantec -Ddosx  - For Symantec C++ 32 bit
  25.     make -Dwatcom           - For Watcom C/C++^32
  26.  
  27. For compiling with Borland C++, a default turboc.cfg file is always
  28. provided that provides the needed definitions for turning on the compiler
  29. optimisations etc. For the other compilers you can turn on the optimisations
  30. from the command line with the -Doptimize command line options. You can
  31. also use the -Ddebug option to turn on debug information.
  32.  
  33. Files in distribution
  34. ---------------------
  35.  
  36.     makedefs.def    - Standard include file for all makefiles
  37.     common.def      - Common definitions for clean directories etc
  38.     borland.def     - Definitions for Borland C++
  39.     msc.def         - Definitions for Microsoft C
  40.     symantec.def    - Definitions for Symantec C++
  41.     watcom.def      - Definitions for Watcom C/C++^32
  42.     read.me         - This file
  43.  
  44.