Home
last modified time | relevance | path

Searched refs:OSMINOR (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/build/src/engine/
Djam.h48 #define OSMINOR "OS=VMS" macro
86 #define OSMINOR "OS=NT" macro
96 #undef OSMINOR
99 #define OSMINOR "OS=AS400" macro
129 #define OSMINOR "OS=MINGW" macro
143 #ifndef OSMINOR
153 #define OSMINOR "OS=AIX" macro
158 #define OSMINOR "OS=AMIGA" macro
163 #define OSMINOR "OS=BEOS" macro
168 #define OSMINOR "OS=BSDI" macro
[all …]
Djam.cpp171 static const char * othersyms[] = { OSMAJOR, OSMINOR, OSPLAT, JAMVERSYM, 0 };
358 out_printf( "B2 Version %s. %s.\n", VERSION, OSMINOR ); in main()