CS - Compiler Shell: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Picture=
|Version=6.9 (May 1992)
|Author=[[Kai-Uwe Rommel]]
|License=Freeware
|Download=[http://hobbes.nmsu.edu/download/pub/os2/dev/util/cs69.zip cs69.zip]
}}
CS is a driver program or shell for the following Microsoft program development tools:
CS is a driver program or shell for the following Microsoft program development tools:
* Macro Assembler (5.00 and newer, 6.00 is supported)
* Macro Assembler (5.00 and newer, 6.00 is supported)
Line 21: Line 28:


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.
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==
* [http://hobbes.nmsu.edu/download/pub/os2/dev/util/cs69.zip Version 6.8]
==License==
* Freeware
==Author==
* [[Kai-Uwe Rommel]]


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

Revision as of 00:54, 3 August 2020

CS - Compiler Shell
[[File:|300px]]
Version 6.9 (May 1992)
Vendor
Author Kai-Uwe Rommel
License Freeware
Download cs69.zip
Website

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.