Statistics
| Revision:

svn-gvsig-desktop / tags / v1_2_Build_1200 / install / IzPack / src / dist-files / compile.bat @ 38629

History | View | Annotate | Download (248 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