Changeset 315
- Timestamp:
- Nov 11, 2009, 12:33:22 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r313 r315 534 534 G.QMAKE_EXEPACK_POST_FLAGS = "" 535 535 end 536 537 538 539 536 540 537 541 /*-------------------------------------------------------------------------- -
trunk/qmake/Makefile.os2-g++
r154 r315 129 129 qmake.exe: $(OBJS) $(QTOBJS) 130 130 $(LINKQMAKE) 131 -copy qmake.exe $(BUILD_PATH)\bin\qmake.exe 131 ifneq "$(QMAKE_EXEPACK)" "" 132 $(QMAKE_EXEPACK) $(QMAKE_EXEPACK_FLAGS) $@ $(QMAKE_EXEPACK_POST_FLAGS) 133 endif 134 copy $@ $(BUILD_PATH)\bin\ 132 135 133 136 Makefile: Makefile.os2-g++
Note:
See TracChangeset
for help on using the changeset viewer.