Changeset 525
- Timestamp:
- Feb 4, 2010, 9:46:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/os2/gnumake.cpp
r382 r525 285 285 "$(subst +,\\+,$(subst $(space),\\ ,$(subst \",,$(1)))))))" << endl << endl; 286 286 287 288 289 290 291 292 293 287 294 if(!project->values("QMAKE_FAILED_REQUIREMENTS").isEmpty()) { 288 295 t << "all clean:" << "\n\t" … … 320 327 void GNUMakefileGenerator::writeGNUParts(QTextStream &t) 321 328 { 322 t << "QMAKESPECDIR = " << escapeFilePath(specdir()) << endl;323 324 QString ofile = escapeFilePath(Option::output.fileName());325 if(ofile.lastIndexOf(Option::dir_sep) != -1)326 ofile = ofile.right(ofile.length() - ofile.lastIndexOf(Option::dir_sep) -1);327 t << "MAKEFILE = " << ofile << endl << endl;328 329 329 writeStandardParts(t); 330 330
Note:
See TracChangeset
for help on using the changeset viewer.