modified tools/rbuild/backend/mingw/modulehandler.cpp
[reactos.git] / reactos / dll / win32 / sfc_os / sfc_os.rbuild
1 <module name="sfc_os" type="win32dll" baseaddress="${BASEADDRESS_SFC_OS}" installbase="system32" installname="sfc_os.dll" allowwarnings="yes">
2 <importlibrary definition="sfc_os.spec" />
3 <include base="sfc_os">.</include>
4 <library>kernel32</library>
5 <file>sfc_os.c</file>
6 <file>sfc_os.spec</file>
7 <pch>precomp.h</pch>
8 </module>