-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c648b46
commit c99d370
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
variousbuildscripts/android/zbar-android/jni/java/net/sourceforge/zbar/zbar-build.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+6.12 KB
variousbuildscripts/android/zbar-android/jni/java/net/sourceforge/zbar/zbar.jar
Binary file not shown.