Changeset 834
- Timestamp:
- Nov 23, 2010, 12:09:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/make_packages.cmd
r822 r834 45 45 G.SkipInstall = 0 46 46 G.SkipWPI = 0 47 47 48 G.QtBuildDate = '' 48 49 … … 216 217 call lineout qconfig_pri 217 218 219 220 218 221 if (G.QtVerMajor == '' | G.QtVerMinor == '') then do 219 222 call SayErr 'Could not determine the Qt version number.' … … 374 377 if (Exec('make -f Makefile.packages wpi.doc', G.ScriptDir, '>'G.LogFile) \= 0) then 375 378 call Done 1 376 379 /* 380 */ 381 /* 382 */ 377 383 return 378 384 … … 431 437 when (o == 'I') then G.SkipInstall = 1 432 438 when (o == 'W') then G.SkipWPI = 1 439 433 440 when (o == '-date-override') then do 434 441 i = i + 1
Note:
See TracChangeset
for help on using the changeset viewer.