Add dlls to bootcd.
Fix hhctrl build.

svn path=/branches/cmake-bringup/; revision=49482
This commit is contained in:
Sylvain Petreolle 2010-11-05 13:25:28 +00:00
parent 4a3ed006a1
commit ac1ef420cd
21 changed files with 38 additions and 4 deletions

View file

@ -41,7 +41,7 @@ add_subdirectory(gdi32)
add_subdirectory(gdiplus)
add_subdirectory(getuname)
#add_subdirectory(glu32)# FIXME: set_cpp()?
#add_subdirectory(hhctrl.ocx)#FIXME: regsvr.c.obj:regsvr.c:(.text+0x393): undefined reference to `RegDeleteTreeW'
add_subdirectory(hhctrl.ocx)
add_subdirectory(hid)
add_subdirectory(hlink)
add_subdirectory(hnetcfg)

View file

@ -1,3 +1,4 @@
set_cpp()
add_definitions(-DRESOLVE_3D_TEXTURE_SUPPORT)
add_definitions(-DBUILD_GL32)

View file

@ -1,5 +1,8 @@
add_definitions(-D__WINESRC__)
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
spec2def(hhctrl.ocx hhctrl.ocx.spec)
@ -34,4 +37,4 @@ add_importlibs(hhctrl
kernel32
ntdll)
add_cab_target(hhctrl 1)

View file

@ -16,3 +16,4 @@ target_link_libraries(msisys
add_importlibs(msisys kernel32 ntdll)
add_cab_target(msisys 1)

View file

@ -11,3 +11,5 @@ set_entrypoint(samsrv 0)
add_importlibs(samsrv kernel32 ntdll)
add_dependencies(samsrv psdk buildno_header)
add_cab_target(samsrv 1)

View file

@ -12,3 +12,4 @@ set_entrypoint(security 0)
add_importlibs(security advapi32 ntdll)
add_cab_target(security 1)

View file

@ -12,3 +12,5 @@ target_link_libraries(shdoclc wine)
add_importlibs(shdoclc kernel32 ntdll)
add_dependencies(shdoclc psdk buildno_header)
add_cab_target(shdoclc 1)

View file

@ -14,3 +14,5 @@ target_link_libraries(shfolder wine)
add_importlibs(shfolder shell32 kernel32 ntdll)
add_dependencies(shfolder psdk buildno_header)
add_cab_target(shfolder 1)

View file

@ -13,4 +13,4 @@ target_link_libraries(softpub wine)
add_importlibs(softpub wintrust)
add_cab_target(softpub 1)

View file

@ -8,3 +8,5 @@ set_entrypoint(srclient 0)
add_importlibs(srclient kernel32 ntdll)
add_dependencies(srclient psdk)
add_cab_target(srclient 1)

View file

@ -13,3 +13,5 @@ target_link_libraries(sxs wine)
add_importlibs(sxs kernel32 ntdll)
add_dependencies(sxs psdk)
add_cab_target(sxs 1)

View file

@ -17,3 +17,5 @@ target_link_libraries(tapi32 wine)
add_importlibs(tapi32 advapi32 kernel32 ntdll)
add_dependencies(tapi32 psdk buildno_header)
add_cab_target(tapi32 1)

View file

@ -2,3 +2,5 @@
add_library(tapiui SHARED tapiui.rc)
set_entrypoint(tapiui 0)
add_dependencies(tapiui psdk buildno_header)
add_cab_target(tapiui 1)

View file

@ -13,3 +13,5 @@ target_link_libraries(updspapi wine)
add_importlibs(updspapi setupapi kernel32 ntdll)
add_dependencies(updspapi psdk buildno_header)
add_cab_target(updspapi 1)

View file

@ -31,3 +31,5 @@ target_link_libraries(wdmaud.drv
mmixer)
add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll)
add_cab_target(wdmaud.drv 1)

View file

@ -26,3 +26,5 @@ add_importlibs(winemp3.acm
ntdll)
add_dependencies(winemp3.acm psdk)
add_cab_target(winemp3.acm 1)

View file

@ -10,3 +10,5 @@ set_entrypoint(winfax 0)
add_importlibs(winfax kernel32 ntdll)
add_dependencies(winfax psdk)
add_cab_target(winfax 1)

View file

@ -10,3 +10,5 @@ endif()
set_entrypoint(wing32 0)
add_importlibs(wing32 user32 gdi32)
add_dependencies(wing32 psdk)
add_cab_target(wing32 1)

View file

@ -15,3 +15,5 @@ target_link_libraries(wlanapi
add_importlibs(wlanapi rpcrt4 kernel32 ntdll)
add_dependencies(wlanapi psdk buildno_header)
add_cab_target(wlanapi 1)

View file

@ -9,3 +9,5 @@ set_entrypoint(wmi 0)
add_importlibs(wmi advapi32)
add_dependencies(wmi psdk buildno_header)
add_cab_target(wmi 1)

View file

@ -16,4 +16,4 @@ target_link_libraries(wshtcpip tdilib)
add_importlibs(wshtcpip ws2_32 kernel32 ntdll)
add_dependencies(wshtcpip psdk buildno_header)
add_livecd_target(wshtcpip reactos/system32)
add_cab_target(wshtcpip 1)