Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 932 -
#------------------------------------------------------------------------------
# End of task definition block
#------------------------------------------------------------------------------
Define the compiling options to the variable MSCOPT.
For MS-C Ver.8, remove the leading comment mark (#) of the line,
#MSCOPT = /G3 /f- /Gx- # for MS-C Ver.8
(Leave the comment marks of the previous two lines as it is.)
You must define the variable MSCOPT. Especially, if you don't specify "/Gx-"
option, the compiler doesn't generate the proper object code.
You can define the additional compiling option other than the already defined
options. For example, when you define "/Fc" option in addition, modify the
line as
MSCOPT = /G3 /f- /Gx- /Fc # for MS-C Ver.8
[ End of 58msc8.man ]