Searched refs:makePath (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp26 "# proj2make <projPath> [makePath]\n"
27 "# if makePath parameter doesn't specified makefile will be created in\n"
90 CheckFiles(const char* projPath, const char* makePath) argument
112 gMakeFile.open(makePath, fstream::in);
114 throw Error("%s already exists", makePath);
116 gMakeFile.open(makePath, fstream::out);
286 BString makePath; local
289 makePath = argv[2];
295 makePath = path.Path();
298 CheckFiles(projPath.String(), makePath
[all...]

Completed in 29 milliseconds