annotate src/portaudio_20161030/bindings/java/scripts/make_header.bat @ 161:4797bbf470e7
No, that isn't going to end well. Back it out.
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Sat, 16 Feb 2019 18:32:35 +0000 |
parents |
59a8758c56b1 |
children |
|
rev |
line source |
cannam@140
|
1 REM Generate the JNI header file from the Java code for JPortAudio
|
cannam@140
|
2 REM by Phil Burk
|
cannam@140
|
3
|
cannam@140
|
4 javah -classpath ../jportaudio/bin -d ../c/src com.portaudio.PortAudio com.portaudio.BlockingStream
|