Statistics
| Revision:

root / import / ext3D / trunk / install-extension3d / IzPack / src / dist-files / compile.bat @ 15280

History | View | Annotate | Download (257 Bytes)

1
@echo off
2
@rem =====================================
3
@rem DOS Batch file to invoke the compiler
4
@rem =====================================
5

    
6
SET IZH=$INSTALL_PATH
7
java -jar "%IZH%\lib\compiler.jar" -HOME "%IZH%" %1 %2 %3 %4 %5 %6 %7 %8 %9
8

    
9
@echo on