Changeset 834


Ignore:
Timestamp:
Nov 23, 2010, 12:09:55 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Added --rev-override.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/make_packages.cmd

    r822 r834  
    4545G.SkipInstall   = 0
    4646G.SkipWPI       = 0
     47
    4748G.QtBuildDate   = ''
    4849
     
    216217    call lineout qconfig_pri
    217218
     219
     220
    218221    if (G.QtVerMajor == '' | G.QtVerMinor == '') then do
    219222        call SayErr 'Could not determine the Qt version number.'
     
    374377    if (Exec('make -f Makefile.packages wpi.doc', G.ScriptDir, '>'G.LogFile) \= 0) then
    375378        call Done 1
    376 
     379/*       
     380*/
     381/*       
     382*/
    377383    return
    378384
     
    431437                when (o == 'I') then G.SkipInstall = 1
    432438                when (o == 'W') then G.SkipWPI = 1
     439
    433440                when (o == '-date-override') then do
    434441                    i = i + 1
Note: See TracChangeset for help on using the changeset viewer.