Changeset 81
- Timestamp:
- Apr 15, 2006, 4:57:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/qmake/generators/win32/winmakefile.cpp ¶
r2 r81 103 103 t << " \\\n\t\t" << it.current()->target; 104 104 t << endl << endl; 105 t << "all: $(MAKEFILE) $(SUBTARGETS)" << endl << endl; 105 t << "all: " << Option::fixPathToTargetOS( fileFixify( Option::output.name() ) ) 106 << " $(SUBTARGETS)" << endl << endl; 106 107 107 108 for( it.toFirst(); it.current(); ++it) {
Note:
See TracChangeset
for help on using the changeset viewer.