mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:15:47 +00:00
add stub files to build
svn path=/trunk/; revision=50659
This commit is contained in:
parent
2c1be143a4
commit
f45c49b9d3
11 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<define name="__WINESRC__" />
|
<define name="__WINESRC__" />
|
||||||
<file>dmoreg.c</file>
|
<file>dmoreg.c</file>
|
||||||
<file>dmort.c</file>
|
<file>dmort.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>rsrc.rc</file>
|
<file>rsrc.rc</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>uuid</library>
|
<library>uuid</library>
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
<define name="__WINESRC__" />
|
<define name="__WINESRC__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<file>activeds_main.c</file>
|
<file>activeds_main.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
</module>
|
</module>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<file>atl_main.c</file>
|
<file>atl_main.c</file>
|
||||||
<file>registrar.c</file>
|
<file>registrar.c</file>
|
||||||
<file>rsrc.rc</file>
|
<file>rsrc.rc</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<include base="atl" root="intermediate">.</include>
|
<include base="atl" root="intermediate">.</include>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>uuid</library>
|
<library>uuid</library>
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
<file>toolsband.cpp</file>
|
<file>toolsband.cpp</file>
|
||||||
<file>travellog.cpp</file>
|
<file>travellog.cpp</file>
|
||||||
<file>utility.cpp</file>
|
<file>utility.cpp</file>
|
||||||
|
<file>dllinstall.c</file>
|
||||||
<file>browseui.rc</file>
|
<file>browseui.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<file>cabinet_main.c</file>
|
<file>cabinet_main.c</file>
|
||||||
<file>fci.c</file>
|
<file>fci.c</file>
|
||||||
<file>fdi.c</file>
|
<file>fdi.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>cabinet.rc</file>
|
<file>cabinet.rc</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
<file>trackbar.c</file>
|
<file>trackbar.c</file>
|
||||||
<file>treeview.c</file>
|
<file>treeview.c</file>
|
||||||
<file>updown.c</file>
|
<file>updown.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>rsrc.rc</file>
|
<file>rsrc.rc</file>
|
||||||
<library>uuid</library>
|
<library>uuid</library>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -9,4 +9,5 @@
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<file>cryptdll.c</file>
|
<file>cryptdll.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<define name="__WINESRC__" />
|
<define name="__WINESRC__" />
|
||||||
<file>loadperf_main.c</file>
|
<file>loadperf_main.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
<file>prop.c</file>
|
<file>prop.c</file>
|
||||||
<file>sendmail.c</file>
|
<file>sendmail.c</file>
|
||||||
<file>util.c</file>
|
<file>util.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>version.rc</file>
|
<file>version.rc</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>shlwapi</library>
|
<library>shlwapi</library>
|
||||||
|
|
|
@ -21,5 +21,6 @@
|
||||||
<library>pseh</library>
|
<library>pseh</library>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
<file>dllmain.c</file>
|
<file>dllmain.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>msvcrt.rc</file>
|
<file>msvcrt.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<file>dllmain.c</file>
|
<file>dllmain.c</file>
|
||||||
<file>secext.c</file>
|
<file>secext.c</file>
|
||||||
<file>sspi.c</file>
|
<file>sspi.c</file>
|
||||||
|
<file>stubs.c</file>
|
||||||
<file>secur32.rc</file>
|
<file>secur32.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue