Skip to content

Commit

Permalink
Two more files for zbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Oct 31, 2020
1 parent c648b46 commit c99d370
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Android libiconv buildscript for Windows
@rem Please set the path towards the NDK
@rem
@rem ##########################################################################

@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal

set java=C:\Program Files\Java\jdk1.8.0_271\bin

set javac=%java%\javac.exe
set jar=%java%\jar.exe

call "%javac%" *.java
call "%jar%" cf zbar.jar *.class

if "%OS%"=="Windows_NT" endlocal

pause
Binary file not shown.

0 comments on commit c99d370

Please sign in to comment.