Make.spec
changeset 4669 755c14629a35
parent 4531 7b02832cdfc6
child 4737 af41aa027cb9
equal deleted inserted replaced
4668:19aefa940f4d 4669:755c14629a35
     1 # $Header: /cvs/stx/stx/libwidg2/Make.spec,v 1.42 2014-03-03 19:43:58 cg Exp $
     1 # $Header: /cvs/stx/stx/libwidg2/Make.spec,v 1.43 2014-11-18 14:34:26 cg Exp $
     2 #
     2 #
     3 # DO NOT EDIT
     3 # DO NOT EDIT
     4 # automagically generated from the projectDefinition: stx_libwidg2.
     4 # automagically generated from the projectDefinition: stx_libwidg2.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    40 # Argument(s) to the stc compiler (stc --usage).
    40 # Argument(s) to the stc compiler (stc --usage).
    41 #  -warn            : no warnings
    41 #  -warn            : no warnings
    42 #  -warnNonStandard : no warnings about ST/X extensions
    42 #  -warnNonStandard : no warnings about ST/X extensions
    43 #  -warnEOLComments : no warnings about EOL comment extension
    43 #  -warnEOLComments : no warnings about EOL comment extension
    44 #  -warnPrivacy     : no warnings about privateClass extension
    44 #  -warnPrivacy     : no warnings about privateClass extension
       
    45 #  -warnUnused      : no warnings about unused variables
    45 #
    46 #
    46 # ********** OPTIONAL: MODIFY the next line(s) ***
    47 # ********** OPTIONAL: MODIFY the next line(s) ***
    47 # STCWARNINGS=-warn
    48 # STCWARNINGS=-warn
    48 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnEOLComments
    50 # STCWARNINGS=-warnEOLComments
    50 STCWARNINGS=-warnNonStandard
    51 STCWARNINGS=-warnNonStandard -warnUnused
    51 
    52 
    52 COMMON_CLASSES= \
    53 COMMON_CLASSES= \
    53 	AssistantApplication \
    54 	AssistantApplication \
    54 	CharacterSetView \
    55 	CharacterSetView \
    55 	CheckBox \
    56 	CheckBox \