Changeset 1069
- Timestamp:
- Sep 9, 2011, 2:56:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r1067 r1069 2348 2348 * Makefile targets and make will complain Makefiles are missing which 2349 2349 * I consider as a qmake bug) */ 2350 address "cmd" G.MAKE "-f" G.OutPath"\Makefile" "qmake" 2351 make_rc = rc 2352 /* exit on failure */ 2353 if (make_rc \= 0) then 2354 call Done 2 2350 if (G.CFG_DEBUG_RELEASE == "yes") then do 2351 address "cmd" G.MAKE "-f" G.OutPath"\Makefile" "qmake" 2352 make_rc = rc 2353 /* exit on failure */ 2354 if (make_rc \= 0) then 2355 call Done 2 2356 end 2355 2357 2356 2358 /*--------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.