mirror of
https://github.com/audacity/portaudio.git
synced 2026-02-06 04:02:36 -06:00
5 lines
185 B
Batchfile
5 lines
185 B
Batchfile
REM Generate the JNI header file from the Java code for JPortAudio
|
|
REM by Phil Burk
|
|
|
|
javah -classpath ../jportaudio/bin -d ../c/src com.portaudio.PortAudio com.portaudio.BlockingStream
|