home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gkit.zip / GTURBO.DOC < prev    next >
Text File  |  1988-05-05  |  2KB  |  39 lines

  1.          ---- CONFIGURING TURBO C 1.5 FOR GATEWAYS ----
  2.  
  3.    Make sure you have a Config.sys with a FILES=15 or higher
  4.    Run the Interactive Turbo C compiler/editor
  5.    Log into drive and directory with GKIT source files
  6.    Set the project name to  D0MAIN.PRJ
  7.    Set Options on Options menus as follows:
  8.       compiler  Model:small
  9.                 code generation
  10.                    test stack overflow: ON
  11.                 optimize
  12.                    for Size
  13.                    all options ON
  14.                 Source
  15.                    identifier length 32
  16.                    Nested comments: On
  17.                    ANSI keywords only Off
  18.                 Errors:
  19.                    Display warnings on
  20.                    Portability warnings: all on
  21.                    ANSI violations: all on
  22.                    Common errors: all on
  23.                    Less common errors: all on
  24.       linker:      default libraries on, warn duplicate on, stack warning on
  25.                    case sensitive link on
  26.       environment: set as desired
  27.       directories:
  28.          include   (set it to point to where the compiler's include files are)
  29.          Library   (set it to point to where the library files are)
  30.          Output    (set it to where you want the EXE file created)
  31.          Turbo C   (set it to where the compiler is at)
  32. Debug
  33.     Track messages   All Files
  34.     Keep messages    Yes
  35.                      
  36. Now save the options.
  37.                      
  38. NOw if you select the Run option it should compile D0MAIN.EXE and run it.
  39.