mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Added vfatxlib support in the new build system
svn path=/trunk/; revision=15612
This commit is contained in:
parent
a8575f00b3
commit
282184ee88
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
<directory name="vfatlib">
|
||||
<xi:include href="vfatlib/vfatlib.xml" />
|
||||
</directory>
|
||||
<directory name="vfatxlib">
|
||||
<xi:include href="vfatxlib/vfatxlib.xml" />
|
||||
</directory>
|
||||
|
|
6
reactos/lib/fslib/vfatxlib/vfatxlib.xml
Normal file
6
reactos/lib/fslib/vfatxlib/vfatxlib.xml
Normal 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>
|
Loading…
Reference in a new issue