buildframework/helium/precompile_py.bat
branchfix
changeset 402 c6b5bb43133d
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/precompile_py.bat	Thu Mar 25 15:34:29 2010 +0000
+++ b/buildframework/helium/precompile_py.bat	Thu Mar 25 16:35:29 2010 +0000
@@ -17,7 +17,6 @@
 rem
 
 setlocal
-
-python %HELIUM_HOME%\tools\common\python\lib\precompile.py --modulepath %HELIUM_HOME%\tools\common\python\lib
-
+@echo precompiling the archiving module to generate the .pyc files for running in parallel
+python -m CreateZipInput
 endlocal
\ No newline at end of file