Skip to content

Commit

Permalink
Final zbar (java) changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Oct 31, 2020
1 parent c99d370 commit 297960b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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
call "%javac%" net\sourceforge\zbar\*.java
call "%jar%" cf zbar.jar net\sourceforge\zbar\*.class

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

Expand Down
Binary file not shown.

0 comments on commit 297960b

Please sign in to comment.