annotate .classpath @ 7:9fdfe4a64a13

Added the beginnings of a decoder... Soon I'll have a crappier version of ffmpeg written in D!
author fraserofthenight
date Sun, 12 Jul 2009 03:04:27 -0700
parents e6cf9f26d0e7
children 05c88622db6b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
2 <classpath>
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
3 <classpathentry kind="src" path="src/impl"/>
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
4 <classpathentry kind="src" path="src/build"/>
3
e6cf9f26d0e7 Added a separate "transcode" app for testing transcoding
fraserofthenight
parents: 0
diff changeset
5 <classpathentry kind="src" path="src/test"/>
e6cf9f26d0e7 Added a separate "transcode" app for testing transcoding
fraserofthenight
parents: 0
diff changeset
6 <classpathentry kind="src" path="src/tools"/>
0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
7 <classpathentry kind="con" path="descent.USER_LIBRARY/Tango"/>
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
8 <classpathentry kind="output" path="bin"/>
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
9 </classpath>