mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 09:05:43 +00:00

[VMWINST] - Rename FileExists() to DoesFileExist() to avoid clashing with the real API. svn path=/branches/header-work/; revision=47155
14 lines
476 B
Ruby
14 lines
476 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="mplay32" type="win32gui" installbase="system32" installname="mplay32.exe" unicode="yes">
|
|
<include base="mplay32">.</include>
|
|
<library>advapi32</library>
|
|
<library>comctl32</library>
|
|
<library>comdlg32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>winmm</library>
|
|
<library>shell32</library>
|
|
<file>mplay32.c</file>
|
|
<file>mplay32.rc</file>
|
|
</module>
|