Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - ztc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ZTC

Is a one-step program to compile and link C++, C and ASM files.

        ZTC file... [flags...]

file... .CPP, .C or .ASM source, .OBJ object or .LIB library file
        name[s]

flags...  zero or more of the following:

 -a  no alignment of members in structs
 -b  use ZTC1B and ZTC2B
 -B  run BUNCH on EXE file
 -c  skip the link, do compile only
 -D[macro[=text]]  define macro
 -e  show results of preprocessor
 -f  in-line 8087 code
 -g  put line number information in
 -Ipath  #include file search path
  .OBJ file, generate .MAP file
 -j  Asian language characters
 -J  chars default to unsigned
 -l[listfile]  generate list file
 -co link for CodeView
 -mt[i]  .COM file, optional i means integer only
 -ms[i]  small code, small data
 -mm[i]  large code, small data
 -mc[i]  small code, large data
 -ml[i]  large code, large data
 -o[-+flag]  run optimizer with flag
 -ooutput  output filename (no .ext)
 -p  turn off autoprototyping
 -s  stack overflow checking
 -u  suppress predefined macros
 -v  verbose compile
 -w  suppress warnings
 -x  turn off error maximum
 =nnnn  set stack size for ZTC1 and ZTC2

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson