mirror of
https://github.com/holub/mame
synced 2025-05-07 06:44:51 +03: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
|