Searched defs:Ox (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Doptions.h47 #define Ox (1L<<18) /* not expanded in $(-) */ macro
58 #define OPT_base ('b'|Ob|Ox) /* compile base|global rules */
60 #define OPT_byname ('o'|Oa|Os|Ox) /* command line option by name */
61 #define OPT_compile ('c'|Ob|Ox) /* force makefile compilation */
62 #define OPT_compatibility ('C'|Ob|Ox) /* disable compatibility msgs */
66 #define OPT_define ('D'|Op|Os|Ox) /* passed to preprocessor */
71 #define OPT_file ('f'|Oa|Os|Ox) /* next arg is makefile */
76 #define OPT_include ('I'|Os|Ox) /* passed to preprocessor */
80 #define OPT_list ('l'|Ob|Ox) /* list info and don't make */
83 #define OPT_option (101|Oa|Of|Os|Ox)/* defin
[all...]

Completed in 8 milliseconds