Changeset 888 for trunk/qmake/generators/os2/gnumake.cpp
- Timestamp:
- Jul 13, 2011, 12:54:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/os2/gnumake.cpp
r886 r888 329 329 else if(project->first("TEMPLATE") == "subdirs") { 330 330 writeSubDirs(t); 331 // @todo332 // There is one case when generating a Makefile from one .pro file333 // depends on another .pro file: when the first one links to a DLL which334 // the second one generates, and only when it refers to this DLL by its335 // full name which may be different from its real 8x3 file name. In this336 // case, in order to create a proper reference to the library in the337 // Makefile using its real file name, the first .pro file needs a .prl338 // for that library created by the second one (that contains this real339 // 8x3 name)... For now, we simply prevent any parallel subdirectory340 // walking at all. A better solution has to be found later as this one341 // is an overkill (other than that, subdirs feel OK being parallelized).342 t << ".NOTPARALLEL:" << endl << endl;343 331 return true; 344 332 }
Note:
See TracChangeset
for help on using the changeset viewer.