mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
Make 'rosapps' module build.
svn path=/trunk/; revision=17360
This commit is contained in:
parent
821068b0c7
commit
39fa853b50
3 changed files with 11 additions and 0 deletions
7
reactos/lib/ddraw/ddraw.rc
Normal file
7
reactos/lib/ddraw/ddraw.rc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
#define REACTOS_VERSION_DLL
|
||||||
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Win32 - DDraw\0"
|
||||||
|
#define REACTOS_STR_INTERNAL_NAME "ddraw\0"
|
||||||
|
#define REACTOS_STR_ORIGINAL_FILENAME "ddraw.dll\0"
|
||||||
|
#include <reactos/version.rc>
|
|
@ -14,6 +14,7 @@
|
||||||
<library>dxguid</library>
|
<library>dxguid</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
|
|
||||||
|
<file>ddraw.rc</file>
|
||||||
<file>main.c</file>
|
<file>main.c</file>
|
||||||
<file>regsvr.c</file>
|
<file>regsvr.c</file>
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,9 @@
|
||||||
<directory name="dbghelp">
|
<directory name="dbghelp">
|
||||||
<xi:include href="dbghelp/dbghelp.xml" />
|
<xi:include href="dbghelp/dbghelp.xml" />
|
||||||
</directory>
|
</directory>
|
||||||
|
<directory name="ddraw">
|
||||||
|
<xi:include href="ddraw/ddraw.xml" />
|
||||||
|
</directory>
|
||||||
<directory name="devenum">
|
<directory name="devenum">
|
||||||
<xi:include href="devenum/devenum.xml" />
|
<xi:include href="devenum/devenum.xml" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
Loading…
Reference in a new issue