Fix include directories

svn path=/trunk/; revision=46015
This commit is contained in:
Hervé Poussineau 2010-03-08 21:40:29 +00:00
parent d89923519b
commit 37d9cf31a4

View file

@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="libcntpr" type="staticlibrary"> <module name="libcntpr" type="staticlibrary">
<include base="crt">.</include> <include base="libcntpr">.</include>
<include base="crt">include</include> <include base="libcntpr">include</include>
<define name="NO_RTL_INLINES" /> <define name="NO_RTL_INLINES" />
<define name="_NTSYSTEM_" /> <define name="_NTSYSTEM_" />
<define name="_NTDLLBUILD_" /> <define name="_NTDLLBUILD_" />