2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2007-08-26 19:58:13 +00:00
|
|
|
<module name="access" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_ACCESS}" installbase="system32" installname="access.cpl" unicode="yes">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="access.spec" />
|
2006-02-23 00:01:01 +00:00
|
|
|
<include base="access">.</include>
|
2007-08-26 19:58:13 +00:00
|
|
|
<library>gdi32</library>
|
2006-02-23 00:01:01 +00:00
|
|
|
<library>user32</library>
|
2007-08-11 20:53:52 +00:00
|
|
|
<library>advapi32</library>
|
2006-02-23 00:01:01 +00:00
|
|
|
<library>comctl32</library>
|
|
|
|
<file>access.c</file>
|
|
|
|
<file>display.c</file>
|
|
|
|
<file>general.c</file>
|
|
|
|
<file>keyboard.c</file>
|
|
|
|
<file>mouse.c</file>
|
|
|
|
<file>sound.c</file>
|
|
|
|
<file>access.rc</file>
|
|
|
|
</module>
|