6 lines
173 B
Batchfile
6 lines
173 B
Batchfile
|
CALL %~dp0setup.cmd
|
||
|
CALL %~dp0compile.cmd
|
||
|
|
||
|
:: "-f" forces overwriting old versions of the package
|
||
|
gp --install %~dp0..\%PACKAGE%\javacard\%PACKAGE%.cap --params %PARAMS% -f
|