Create support/cpp2/options.c and support/cpp2/options.h under MSVC
[fw/sdcc] / support / cpp2 / options_vc_in.h
1 /* This file is auto-generated by opts.sh.  */
2
3 #define CL_SDCPP   (1 << 0)
4
5 enum opt_code
6 {
7   OPT__help,                              /* --help */
8   OPT__version,                           /* --version */
9   OPT_A,                                  /* -A */
10   OPT_C,                                  /* -C */
11   OPT_CC,                                 /* -CC */
12   OPT_D,                                  /* -D */
13   OPT_H,                                  /* -H */
14   OPT_I,                                  /* -I */
15   OPT_M,                                  /* -M */
16   OPT_MD,                                 /* -MD */
17   OPT_MF,                                 /* -MF */
18   OPT_MG,                                 /* -MG */
19   OPT_MM,                                 /* -MM */
20   OPT_MMD,                                /* -MMD */
21   OPT_MP,                                 /* -MP */
22   OPT_MQ,                                 /* -MQ */
23   OPT_MT,                                 /* -MT */
24   OPT_P,                                  /* -P */
25   OPT_U,                                  /* -U */
26   OPT_Wall,                               /* -Wall */
27   OPT_Wcomment,                           /* -Wcomment */
28   OPT_Wcomments,                          /* -Wcomments */
29   OPT_Wdeprecated,                        /* -Wdeprecated */
30   OPT_Wendif_labels,                      /* -Wendif-labels */
31   OPT_Werror,                             /* -Werror */
32   OPT_Wimport,                            /* -Wimport */
33   OPT_Wsystem_headers,                    /* -Wsystem-headers */
34   OPT_Wtrigraphs,                         /* -Wtrigraphs */
35   OPT_Wundef,                             /* -Wundef */
36   OPT_Wunused_macros,                     /* -Wunused-macros */
37   OPT_ansi,                               /* -ansi */
38   OPT_d,                                  /* -d */
39   OPT_fdollars_in_identifiers,            /* -fdollars-in-identifiers */
40   OPT_fexec_charset_,                     /* -fexec-charset= */
41   OPT_finput_charset_,                    /* -finput-charset= */
42   OPT_fpreprocessed,                      /* -fpreprocessed */
43   OPT_fshow_column,                       /* -fshow-column */
44   OPT_fsigned_char,                       /* -fsigned-char */
45   OPT_ftabstop_,                          /* -ftabstop= */
46   OPT_funsigned_char,                     /* -funsigned-char */
47   OPT_fwide_exec_charset_,                /* -fwide-exec-charset= */
48   OPT_fworking_directory,                 /* -fworking-directory */
49   OPT_idirafter,                          /* -idirafter */
50   OPT_imacros,                            /* -imacros */
51   OPT_include,                            /* -include */
52   OPT_iprefix,                            /* -iprefix */
53   OPT_isysroot,                           /* -isysroot */
54   OPT_isystem,                            /* -isystem */
55   OPT_iwithprefix,                        /* -iwithprefix */
56   OPT_iwithprefixbefore,                  /* -iwithprefixbefore */
57   OPT_lang_asm,                           /* -lang-asm */
58   OPT_lang_objc,                          /* -lang-objc */
59   OPT_nostdinc,                           /* -nostdinc */
60   OPT_o,                                  /* -o */
61   OPT_obj_ext_,                           /* -obj-ext= */
62   OPT_pedantic,                           /* -pedantic */
63   OPT_pedantic_errors,                    /* -pedantic-errors */
64   OPT_pedantic_parse_number,              /* -pedantic-parse-number */
65   OPT_remap,                              /* -remap */
66   OPT_std_c89,                            /* -std=c89 */
67   OPT_std_c99,                            /* -std=c99 */
68   OPT_std_iso9899_1990,                   /* -std=iso9899:1990 */
69   OPT_std_iso9899_199409,                 /* -std=iso9899:199409 */
70   OPT_std_iso9899_1999,                   /* -std=iso9899:1999 */
71   OPT_traditional_cpp,                    /* -traditional-cpp */
72   OPT_trigraphs,                          /* -trigraphs */
73   OPT_v,                                  /* -v */
74   OPT_w,                                  /* -w */
75   N_OPTS
76 };