buildframework/helium/precompile_py.bat
branchfix
changeset 402 c6b5bb43133d
parent 217 0f5e3a7fb6af
equal deleted inserted replaced
401:4c70cc18da3a 402:c6b5bb43133d
    15 rem
    15 rem
    16 rem Description: 
    16 rem Description: 
    17 rem
    17 rem
    18 
    18 
    19 setlocal
    19 setlocal
    20 
    20 @echo precompiling the archiving module to generate the .pyc files for running in parallel
    21 python %HELIUM_HOME%\tools\common\python\lib\precompile.py --modulepath %HELIUM_HOME%\tools\common\python\lib
    21 python -m CreateZipInput
    22 
       
    23 endlocal
    22 endlocal