Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:outdir

153   printf("USAGE: -par <par file> -grxml <grxml grammar file> -vocab <dictionary file (.ok)> [-outdir <output directory>]\n");
163 std::string outdir("."); // default output dir is current directory
195 else if(!strcmp(argv[i],"-outdir"))
196 outdir = std::string(argv[++i]);
236 std::string grxmlbase = outdir + "/" + ExtractFileName(grxmlfile);