Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/bindings/java/scripts/make_header.bat @ 167:bd3cc4d1df30
Add FFTW 3.3.8 source, and a Linux build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Nov 2019 14:52:55 +0000 |
parents | e3d5853d5918 |
children |
rev | line source |
---|---|
cannam@124 | 1 REM Generate the JNI header file from the Java code for JPortAudio |
cannam@124 | 2 REM by Phil Burk |
cannam@124 | 3 |
cannam@124 | 4 javah -classpath ../jportaudio/bin -d ../c/src com.portaudio.PortAudio com.portaudio.BlockingStream |