Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/user/v2_2/Dos/cc.bat
Дата изменения: Tue Mar 6 20:38:44 2001
Дата индексирования: Thu Jan 15 12:35:56 2009
Кодировка:

Поисковые слова: annular solar eclipse
@echo on
cl /c /FPi87 /G2 /AL /W3 /J /St "CP581" /Ss %1 /Od /Oi /Gm /Gs /Fs %1.c
@echo off
rem
rem option definitions taken from a C v5.0 (we use 6.00A).
rem /c compile only
rem /FPi87 generate inline instructions and selects 8087/80287 math package
rem /G2 enable instruction set for 80286 (def 8086)
rem uses llibc7.lib (v5.0).
rem /AL large memory model
rem /W3 set highest level for warning messages
rem /J char definition defaults to unsigned. when extending to
rem int, it is zero extended,not sign extended.
rem /St "CP581" set title for source listing.
rem /Ss %1 sub tittle for source listing
rem /Od disable code optimization to help with debugging.
rem /Oi include intrinsic function optimization (inline for
rem memset,memcpy,memcmp,strxxx,inp,outp, min,max,abs,mathfunctions.
rem /Gm not a 5.0 option
rem /Gs turn stack checking off on entry to each routine. pragma
rem check_stack(on) can do it for individual routines.
rem /Fs create source listing
rem %1.c file to compile