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

/vbox/src/bldprogs/
H A DVBoxTpG.cpp153 static const char *g_pszAssembler = "yasm"; variable
165 static const char *g_pszAssembler = "yasm.exe"; variable
171 static const char *g_pszAssembler = "yasm"; variable
263 apszArgs[iArg++] = g_pszAssembler;
322 RTMsgInfo("Starting assmbler '%s' with arguments:\n", g_pszAssembler);
2351 g_pszAssembler = ValueUnion.psz;

Completed in 50 milliseconds