Added vfatxlib support in the new build system

svn path=/trunk/; revision=15612
This commit is contained in:
Aleksey Bragin 2005-05-28 21:08:56 +00:00
parent a8575f00b3
commit 282184ee88
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
<directory name="vfatlib"> <directory name="vfatlib">
<xi:include href="vfatlib/vfatlib.xml" /> <xi:include href="vfatlib/vfatlib.xml" />
</directory> </directory>
<directory name="vfatxlib">
<xi:include href="vfatxlib/vfatxlib.xml" />
</directory>

View file

@ -0,0 +1,6 @@
<module name="vfatxlib" type="staticlibrary">
<include base="vfatxlib">.</include>
<define name="_DISABLE_TIDENTS" />
<file>fatx.c</file>
<file>vfatxlib.c</file>
</module>