mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
- Try fix build
svn path=/branches/cmake-bringup/; revision=50760
This commit is contained in:
parent
a0a2838527
commit
94ee03d85a
9 changed files with 10 additions and 9 deletions
|
@ -11,7 +11,7 @@ add_library(msdmo SHARED
|
|||
dmort.c
|
||||
stubs.c
|
||||
rsrc.rc
|
||||
${REACTOS_BINARY_DIR}/include/dxsdk/mediaobj_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/dxsdk/mediaobj_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msdmo.def)
|
||||
|
||||
set_entrypoint(msdmo 0)
|
||||
|
|
|
@ -29,7 +29,7 @@ list(APPEND SOURCE
|
|||
volume.c
|
||||
volumetexture.c
|
||||
version.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3d8.def)
|
||||
|
||||
add_library(d3d8 SHARED ${SOURCE})
|
||||
|
|
|
@ -31,7 +31,7 @@ list(APPEND SOURCE
|
|||
volume.c
|
||||
volumetexture.c
|
||||
version.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3d9_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3d9.def)
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ list(APPEND SOURCE
|
|||
vertexbuffer.c
|
||||
viewport.c
|
||||
version.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ddraw_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ddraw.def)
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ list(APPEND SOURCE
|
|||
volumetexture.c
|
||||
wined3d_main.c
|
||||
version.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/wined3d.def)
|
||||
|
||||
if(ARCH MATCHES amd64)
|
||||
|
|
|
@ -24,7 +24,7 @@ list(APPEND SOURCE
|
|||
pen.c
|
||||
region.c
|
||||
stringformat.c
|
||||
${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ add_library(hhctrl SHARED
|
|||
stream.c
|
||||
webbrowser.c
|
||||
hhctrl.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/hhctrl.def)
|
||||
|
||||
set_module_type(hhctrl win32ocx)
|
||||
|
|
|
@ -17,7 +17,7 @@ list(APPEND SOURCE
|
|||
protocol.c
|
||||
storage.c
|
||||
rsrc.rc
|
||||
${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c
|
||||
#${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ spec2def(xmllite.dll xmllite.spec)
|
|||
list(APPEND SOURCE
|
||||
reader.c
|
||||
xmllite_main.c
|
||||
#${REACTOS_BINARY_DIR}/include/psdk/xmllite_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/xmllite_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/xmllite.def)
|
||||
|
||||
|
@ -14,7 +15,7 @@ add_library(xmllite SHARED ${SOURCE})
|
|||
|
||||
set_module_type(xmllite win32dll)
|
||||
|
||||
target_link_libraries(xmllite wine)
|
||||
target_link_libraries(xmllite wine uuid)
|
||||
|
||||
add_importlibs(xmllite msvcrt kernel32 ntdll)
|
||||
add_importlib_target(xmllite.spec)
|
||||
|
|
Loading…
Reference in a new issue