CS - Compiler Shell: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "CS is a driver program or shell for the following Microsoft program development tools: * Macro Assembler (5.00 and newer, 6.00 is supported) * C Compiler (5.00 and newer, 6.00..."
 
No edit summary
Line 31: Line 31:
* [[Kai-Uwe Rommel]]
* [[Kai-Uwe Rommel]]


[[Category:Software]]
[[Category:Development Tools]]

Revision as of 01:33, 13 April 2020

CS is a driver program or shell for the following Microsoft program development tools:

  • Macro Assembler (5.00 and newer, 6.00 is supported)
  • C Compiler (5.00 and newer, 6.00 is supported)
  • 386 C Compiler
  • Pascal Compiler (4.00 and newer)
  • FORTRAN Compiler (4.00 and newer)
  • Windows Resource Compiler (2.00 and newer)
  • Whitewater Ressource Toolkit for Windows
  • OS/2 Resource Compiler
  • LINK (5.00 and newer), LINK386
  • ILINK
  • BIND
  • EXE2BIN
  • CVPACK
  • LIB (3.08 and newer)
  • PWBRMAKE

In addition, the following programs are supported:

  • FLEX scanner generator (2.3 and newer)
  • GNU BISON parser generator (1.03 and newer)

CS simplifies the usage of these programs and preserves you from typing of often used options and commands, looks for files in configured directories and calls your compiler(s) with a MAKE-like strategy.

Download

License

  • Freeware

Author