annotate src/portaudio_20140130/bindings/java/jportaudio/.classpath @ 159:f4b37539fcc7
Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 30 Jan 2019 10:30:56 +0000 |
parents |
e3d5853d5918 |
children |
|
rev |
line source |
cannam@124
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
cannam@124
|
2 <classpath>
|
cannam@124
|
3 <classpathentry kind="src" path="src"/>
|
cannam@124
|
4 <classpathentry kind="src" path="jtests"/>
|
cannam@124
|
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
cannam@124
|
6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
cannam@124
|
7 <classpathentry kind="output" path="bin"/>
|
cannam@124
|
8 </classpath>
|