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
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=6.9 (May 1992)
|Author=[[Kai-Uwe Rommel]]
|License=Freeware
|Download={{FileLink|CompilerShell_6-9.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 22: Line 29:
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==
[[Category:Development Tools]]
* [http://hobbes.nmsu.edu/download/pub/os2/dev/util/cs69.zip Version 6.8]
 
==License==
* Freeware
 
==Author==
* [[Kai-Uwe Rommel]]
 
[[Category:Software]]

Latest revision as of 02:27, 9 October 2023

CS - Compiler Shell
Version 6.9 (May 1992)
Vendor
Author Kai-Uwe Rommel
License Freeware
Download CompilerShell_6-9.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.