mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[CMAKE]
Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake. Fix pch use in fmifs. Enable remaining dlls in dll/win32/CMakeLists.txt. svn path=/branches/cmake-bringup/; revision=49230
This commit is contained in:
@@ -11,3 +11,4 @@ set_module_type(kbsdll win32dll)
|
||||
add_importlibs(kbsdll user32 comctl32 kernel32)
|
||||
|
||||
add_dependencies(kbsdll kbsdll_def)
|
||||
add_livecd_target(kbsdll reactos/system32)
|
||||
|
||||
@@ -7,4 +7,6 @@ set_module_type(notifyhook win32dll)
|
||||
target_link_libraries(notifyhook
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.def
|
||||
-lkernel32
|
||||
-luser32)
|
||||
-luser32)
|
||||
|
||||
add_livecd_target(notifyhook reactos/system32)
|
||||
@@ -25,3 +25,4 @@ add_importlibs(access
|
||||
kernel32)
|
||||
|
||||
add_dependencies(access access_def)
|
||||
add_livecd_target(access reactos/system32)
|
||||
|
||||
@@ -22,3 +22,4 @@ add_importlibs(appwiz
|
||||
kernel32)
|
||||
|
||||
add_dependencies(appwiz appwiz_def)
|
||||
add_livecd_target(appwiz reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_importlibs(console
|
||||
|
||||
add_pch(console ${CMAKE_CURRENT_SOURCE_DIR}/console.h ${SOURCE})
|
||||
add_dependencies(console console_def)
|
||||
add_livecd_target(console reactos/system32)
|
||||
|
||||
@@ -45,3 +45,4 @@ add_importlibs(desk
|
||||
ntdll)
|
||||
|
||||
add_dependencies(desk desk_def)
|
||||
add_livecd_target(desk reactos/system32)
|
||||
|
||||
@@ -22,3 +22,4 @@ add_importlibs(hdwwiz
|
||||
ntdll)
|
||||
|
||||
add_dependencies(hdwwiz hdwwiz_def)
|
||||
add_livecd_target(hdwwiz reactos/system32)
|
||||
|
||||
@@ -24,3 +24,4 @@ add_importlibs(input
|
||||
kernel32)
|
||||
|
||||
add_dependencies(input input_def)
|
||||
add_livecd_target(input reactos/system32)
|
||||
|
||||
@@ -34,3 +34,4 @@ add_importlibs(intl
|
||||
kernel32)
|
||||
|
||||
add_dependencies(intl intl_def)
|
||||
add_livecd_target(intl reactos/system32)
|
||||
|
||||
@@ -16,3 +16,4 @@ add_importlibs(joy
|
||||
shell32)
|
||||
|
||||
add_dependencies(joy joy_def)
|
||||
add_livecd_target(joy reactos/system32)
|
||||
|
||||
@@ -27,3 +27,4 @@ add_importlibs(main
|
||||
kernel32)
|
||||
|
||||
add_dependencies(main main_def)
|
||||
add_livecd_target(main reactos/system32)
|
||||
|
||||
@@ -32,3 +32,4 @@ add_importlibs(mmsys
|
||||
kernel32)
|
||||
|
||||
add_dependencies(mmsys mmsys_def)
|
||||
add_livecd_target(mmsys reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ add_importlibs(ncpa
|
||||
shell32)
|
||||
|
||||
add_dependencies(ncpa ncpa_def)
|
||||
add_livecd_target(ncpa reactos/system32)
|
||||
|
||||
@@ -11,3 +11,4 @@ target_link_libraries(odbccp32i ${CMAKE_CURRENT_BINARY_DIR}/odbccp32.def)
|
||||
|
||||
add_importlibs(odbccp32i user32 comctl32 kernel32)
|
||||
add_dependencies(odbccp32i odbccp32i_def)
|
||||
add_livecd_target(odbccp32i reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_importlibs(powercfg
|
||||
kernel32)
|
||||
|
||||
add_dependencies(powercfg powercfg_def)
|
||||
add_livecd_target(powercfg reactos/system32)
|
||||
|
||||
@@ -38,3 +38,4 @@ add_importlibs(sysdm
|
||||
|
||||
add_pch(sysdm ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(sysdm sysdm_def)
|
||||
add_livecd_target(sysdm reactos/system32)
|
||||
|
||||
@@ -18,3 +18,4 @@ add_importlibs(telephon
|
||||
kernel32)
|
||||
|
||||
add_dependencies(telephon telephon_def)
|
||||
add_livecd_target(telephon reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_importlibs(timedate
|
||||
iphlpapi)
|
||||
|
||||
add_dependencies(timedate timedate_def)
|
||||
add_livecd_target(timedate reactos/system32)
|
||||
|
||||
@@ -29,3 +29,4 @@ add_importlibs(usrmgr
|
||||
ntdll)
|
||||
|
||||
add_dependencies(usrmgr usrmgr_def)
|
||||
add_livecd_target(usrmgr reactos/system32)
|
||||
|
||||
@@ -30,3 +30,4 @@ add_importlibs(amstream
|
||||
ntdll)
|
||||
|
||||
add_dependencies(amstream amstream_def dxsdk)
|
||||
add_livecd_target(amstream reactos/system32)
|
||||
|
||||
@@ -34,3 +34,4 @@ add_importlibs(devenum
|
||||
ntdll)
|
||||
|
||||
add_dependencies(devenum devenum_def)
|
||||
add_livecd_target(devenum reactos/system32)
|
||||
|
||||
@@ -36,3 +36,4 @@ add_importlibs(dinput
|
||||
ntdll)
|
||||
|
||||
add_dependencies(dinput dinput_def)
|
||||
add_livecd_target(dinput reactos/system32)
|
||||
|
||||
@@ -37,3 +37,4 @@ add_importlibs(dsound
|
||||
ntdll)
|
||||
|
||||
add_dependencies(dsound dsound_def)
|
||||
add_livecd_target(dsound reactos/system32)
|
||||
|
||||
@@ -27,3 +27,4 @@ add_importlibs(dxdiagn
|
||||
ntdll)
|
||||
|
||||
add_dependencies(dxdiagn dxdiagn_def)
|
||||
add_livecd_target(dxdiagn reactos/system32)
|
||||
|
||||
@@ -9,3 +9,4 @@ target_link_libraries(ksuser ${CMAKE_CURRENT_BINARY_DIR}/ksuser.def)
|
||||
|
||||
add_importlibs(ksuser advapi32 kernel32 ntdll)
|
||||
add_dependencies(ksuser ksuser_def psdk bugcodes)
|
||||
add_livecd_target(ksuser reactos/system32)
|
||||
|
||||
@@ -32,3 +32,4 @@ add_importlibs(qedit
|
||||
ntdll)
|
||||
|
||||
add_dependencies(qedit qedit_def)
|
||||
add_livecd_target(qedit reactos/system32)
|
||||
|
||||
@@ -38,3 +38,4 @@ add_importlibs(d3d8
|
||||
wined3d)
|
||||
|
||||
add_dependencies(d3d8 d3d8_def wineheaders)
|
||||
add_livecd_target(d3d8 reactos/system32)
|
||||
|
||||
@@ -40,3 +40,4 @@ add_importlibs(d3d9
|
||||
wined3d)
|
||||
|
||||
add_dependencies(d3d9 d3d9_def wineheaders)
|
||||
add_livecd_target(d3d9 reactos/system32)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
||||
|
||||
spec2def(kbdus ${CMAKE_CURRENT_SOURCE_DIR}/kbdus.spec ${CMAKE_CURRENT_BINARY_DIR}/kbdus.def)
|
||||
@@ -10,3 +9,4 @@ set_entrypoint(kbdus 0)
|
||||
target_link_libraries(kbdus ${CMAKE_CURRENT_BINARY_DIR}/kbdus.def)
|
||||
|
||||
add_dependencies(kbdus kbdus_def psdk buildno_header)
|
||||
add_livecd_target(kbdus reactos/system32)
|
||||
@@ -24,3 +24,4 @@ add_importlibs(deskadp
|
||||
|
||||
add_pch(deskadp ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(deskadp deskadp_def)
|
||||
add_livecd_target(deskadp reactos/system32)
|
||||
|
||||
@@ -24,3 +24,4 @@ add_importlibs(deskmon
|
||||
|
||||
add_pch(deskmon ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(deskmon deskmon_def)
|
||||
add_livecd_target(deskmon reactos/system32)
|
||||
|
||||
@@ -17,3 +17,4 @@ add_importlibs(devcpux
|
||||
ntdll)
|
||||
|
||||
add_dependencies(devcpux devcpux_def)
|
||||
add_livecd_target(devcpux reactos/system32)
|
||||
|
||||
@@ -24,3 +24,4 @@ add_importlibs(fontext
|
||||
ntdll)
|
||||
|
||||
add_dependencies(fontext fontext_def)
|
||||
add_livecd_target(fontext reactos/system32)
|
||||
|
||||
@@ -22,3 +22,4 @@ add_importlibs(slayer
|
||||
|
||||
add_pch(slayer ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(slayer slayer_def)
|
||||
add_livecd_target(slayer reactos/system32)
|
||||
|
||||
@@ -122,9 +122,9 @@ add_subdirectory(ntprint)
|
||||
add_subdirectory(objsel)
|
||||
add_subdirectory(odbc32)
|
||||
add_subdirectory(odbccp32)
|
||||
#add_subdirectory(ole32)
|
||||
add_subdirectory(ole32)
|
||||
add_subdirectory(oleacc)
|
||||
#add_subdirectory(oleaut32)
|
||||
add_subdirectory(oleaut32)
|
||||
add_subdirectory(olecli32)
|
||||
add_subdirectory(oledlg)
|
||||
add_subdirectory(olepro32)
|
||||
@@ -147,7 +147,7 @@ add_subdirectory(rasman)
|
||||
add_subdirectory(resutils)
|
||||
add_subdirectory(riched20)
|
||||
add_subdirectory(riched32)
|
||||
#add_subdirectory(rpcrt4)
|
||||
add_subdirectory(rpcrt4)
|
||||
add_subdirectory(rsabase)
|
||||
add_subdirectory(rsaenh)
|
||||
add_subdirectory(samlib)
|
||||
@@ -163,7 +163,7 @@ add_subdirectory(sfc)
|
||||
add_subdirectory(sfc_os)
|
||||
add_subdirectory(shdoclc)
|
||||
#add_subdirectory(shdocvw)
|
||||
#add_subdirectory(shell32)
|
||||
add_subdirectory(shell32)
|
||||
add_subdirectory(shfolder)
|
||||
add_subdirectory(shimgvw)
|
||||
add_subdirectory(shlwapi)
|
||||
@@ -190,7 +190,7 @@ add_subdirectory(ufatx)
|
||||
add_subdirectory(untfs)
|
||||
add_subdirectory(updspapi)
|
||||
add_subdirectory(url)
|
||||
#add_subdirectory(urlmon)
|
||||
add_subdirectory(urlmon)
|
||||
add_subdirectory(user32)
|
||||
add_subdirectory(userenv)
|
||||
add_subdirectory(usp10)
|
||||
|
||||
@@ -16,3 +16,4 @@ target_link_libraries(acledit ${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
||||
add_importlibs(acledit ntdll)
|
||||
|
||||
add_dependencies(acledit acledit_def)
|
||||
add_livecd_target(acledit reactos/system32)
|
||||
|
||||
@@ -24,3 +24,4 @@ add_importlibs(aclui user32 gdi32 comctl32 ole32 oleaut32 advapi32 uxtheme kerne
|
||||
|
||||
add_pch(aclui ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(aclui aclui_def)
|
||||
add_livecd_target(aclui reactos/system32)
|
||||
|
||||
@@ -16,3 +16,4 @@ target_link_libraries(activeds
|
||||
add_importlibs(activeds kernel32 ntdll)
|
||||
|
||||
add_dependencies(activeds activeds_def)
|
||||
add_livecd_target(activeds reactos/system32)
|
||||
|
||||
@@ -58,3 +58,4 @@ target_link_libraries(advapi32
|
||||
add_importlibs(advapi32 rpcrt4 kernel32 ntdll)
|
||||
|
||||
add_pch(advapi32 ${CMAKE_CURRENT_SOURCE_DIR}/advapi32.h ${SOURCE})
|
||||
add_livecd_target(advapi32 reactos/system32)
|
||||
|
||||
@@ -21,3 +21,4 @@ target_link_libraries(advpack
|
||||
|
||||
add_importlibs(advpack ole32 setupapi version advapi32 kernel32 ntdll)
|
||||
add_dependencies(advpack advpack_def)
|
||||
add_livecd_target(advpack reactos/system32)
|
||||
|
||||
@@ -20,3 +20,4 @@ target_link_libraries(authz ${CMAKE_CURRENT_BINARY_DIR}/authz.def)
|
||||
add_pch(authz ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_importlibs(authz advapi32 kernel32 ntdll)
|
||||
add_dependencies(authz authz_def)
|
||||
add_livecd_target(authz reactos/system32)
|
||||
|
||||
@@ -13,3 +13,4 @@ target_link_libraries(avicap32
|
||||
|
||||
add_importlibs(avicap32 advapi32 user32 version kernel32 ntdll)
|
||||
add_dependencies(avicap32 avicap32_def)
|
||||
add_livecd_target(avicap32 reactos/system32)
|
||||
|
||||
@@ -40,3 +40,4 @@ add_importlibs(avifil32
|
||||
ntdll)
|
||||
|
||||
add_dependencies(avifil32 avifil32_def)
|
||||
add_livecd_target(avifil32 reactos/system32)
|
||||
|
||||
@@ -11,3 +11,4 @@ target_link_libraries(batt ${CMAKE_CURRENT_BINARY_DIR}/batt.def)
|
||||
|
||||
add_importlibs(batt kernel32)
|
||||
add_dependencies(batt batt_def)
|
||||
add_livecd_target(batt reactos/system32)
|
||||
|
||||
@@ -17,3 +17,4 @@ target_link_libraries(bcrypt
|
||||
add_importlibs(bcrypt kernel32 ntdll)
|
||||
|
||||
add_dependencies(bcrypt bcrypt_def)
|
||||
add_livecd_target(bcrypt reactos/system32)
|
||||
|
||||
@@ -52,3 +52,4 @@ add_importlibs(browseui
|
||||
ntdll)
|
||||
|
||||
add_dependencies(browseui browseui_def)
|
||||
add_livecd_target(browseui reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(cards ${CMAKE_CURRENT_BINARY_DIR}/cards.def)
|
||||
|
||||
add_importlibs(cards user32 gdi32)
|
||||
add_dependencies(cards cards_def)
|
||||
add_livecd_target(cards reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(clusapi
|
||||
|
||||
add_importlibs(clusapi kernel32 ntdll)
|
||||
add_dependencies(clusapi clusapi_def)
|
||||
add_livecd_target(clusapi reactos/system32)
|
||||
|
||||
@@ -67,3 +67,4 @@ add_importlibs(comctl32
|
||||
ntdll)
|
||||
|
||||
add_dependencies(comctl32 comctl32_def)
|
||||
add_livecd_target(comctl32 reactos/system32)
|
||||
|
||||
@@ -38,3 +38,4 @@ add_importlibs(comdlg32
|
||||
ntdll)
|
||||
|
||||
add_dependencies(comdlg32 comdlg32_def)
|
||||
add_livecd_target(comdlg32 reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(compstui
|
||||
|
||||
add_importlibs(compstui kernel32 ntdll)
|
||||
add_dependencies(compstui compstui_def)
|
||||
add_livecd_target(compstui reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(credui
|
||||
|
||||
add_importlibs(credui advapi32 user32 comctl32 kernel32 ntdll)
|
||||
add_dependencies(credui credui_def)
|
||||
add_livecd_target(credui reactos/system32)
|
||||
|
||||
@@ -28,3 +28,4 @@ target_link_libraries(crtdll
|
||||
add_importlibs(crtdll kernel32 ntdll)
|
||||
add_pch(crtdll ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(crtdll crtdll_def)
|
||||
add_livecd_target(crtdll reactos/system32)
|
||||
|
||||
@@ -50,3 +50,4 @@ target_link_libraries(crypt32
|
||||
|
||||
add_importlibs(crypt32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(crypt32 crypt32_def)
|
||||
add_livecd_target(crypt32 reactos/system32)
|
||||
|
||||
@@ -22,3 +22,4 @@ add_importlibs(cryptdlg
|
||||
ntdll)
|
||||
|
||||
add_dependencies(cryptdlg cryptdlg_def)
|
||||
add_livecd_target(cryptdlg reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(cryptdll
|
||||
|
||||
add_importlibs(cryptdll kernel32 ntdll)
|
||||
add_dependencies(cryptdll cryptdll_def)
|
||||
add_livecd_target(cryptdll reactos/system32)
|
||||
|
||||
@@ -19,3 +19,4 @@ add_importlibs(cryptnet
|
||||
ntdll)
|
||||
|
||||
add_dependencies(cryptnet cryptnet_def)
|
||||
add_livecd_target(cryptnet reactos/system32)
|
||||
|
||||
@@ -28,3 +28,4 @@ add_importlibs(cryptui
|
||||
ntdll)
|
||||
|
||||
add_dependencies(cryptui cryptui_def)
|
||||
add_livecd_target(cryptui reactos/system32)
|
||||
|
||||
@@ -51,3 +51,4 @@ target_link_libraries(dbghelp
|
||||
|
||||
add_importlibs(dbghelp psapi version msvcrt kernel32 ntdll)
|
||||
add_dependencies(dbghelp dbghelp_def)
|
||||
add_livecd_target(dbghelp reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(dciman32
|
||||
|
||||
add_importlibs(dciman32 kernel32 ntdll)
|
||||
add_dependencies(dciman32 dciman32_def)
|
||||
add_livecd_target(dciman32 reactos/system32)
|
||||
|
||||
@@ -30,3 +30,4 @@ add_importlibs(devmgr
|
||||
|
||||
add_pch(devmgr ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(devmgr devmgr_def)
|
||||
add_livecd_target(devmgr reactos/system32)
|
||||
|
||||
@@ -32,3 +32,4 @@ target_link_libraries(dhcpcsvc ${CMAKE_CURRENT_BINARY_DIR}/dhcpcsvc.def)
|
||||
add_importlibs(dhcpcsvc ws2_32 iphlpapi advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(dhcpcsvc ${CMAKE_CURRENT_SOURCE_DIR}/include/rosdhcp.h ${SOURCE})
|
||||
add_dependencies(dhcpcsvc dhcpcsvc_def)
|
||||
add_livecd_target(dhcpcsvc reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(dwmapi
|
||||
|
||||
add_importlibs(dwmapi kernel32 ntdll)
|
||||
add_dependencies(dwmapi dwmapi_def)
|
||||
add_livecd_target(dwmapi reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(faultrep
|
||||
|
||||
add_importlibs(faultrep advapi32 kernel32 ntdll)
|
||||
add_dependencies(faultrep faultrep_def)
|
||||
add_livecd_target(faultrep reactos/system32)
|
||||
|
||||
@@ -12,12 +12,13 @@ list(APPEND SOURCE
|
||||
query.c
|
||||
fmifs.rc)
|
||||
|
||||
add_library(fmifs SHARED ${SOURCE})
|
||||
add_pch(fmifs ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_library(fmifs SHARED ${CMAKE_CURRENT_BINARY_DIR}/fmifs_precomp.h.gch ${SOURCE})
|
||||
|
||||
set_entrypoint(fmifs InitializeFmIfs@12)
|
||||
|
||||
target_link_libraries(fmifs ${CMAKE_CURRENT_BINARY_DIR}/fmifs.def)
|
||||
|
||||
add_importlibs(fmifs kernel32 ntdll)
|
||||
add_pch(fmifs ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(fmifs fmifs_def psdk buildno_header)
|
||||
add_livecd_target(fmifs reactos/system32)
|
||||
|
||||
@@ -21,3 +21,4 @@ target_link_libraries(fusion
|
||||
|
||||
add_importlibs(fusion shlwapi advapi32 dbghelp user32 kernel32 ntdll)
|
||||
add_dependencies(fusion fusion_def)
|
||||
add_livecd_target(fusion reactos/system32)
|
||||
|
||||
@@ -52,3 +52,4 @@ target_link_libraries(gdi32
|
||||
|
||||
add_importlibs(gdi32 user32 advapi32 kernel32 ntdll)
|
||||
add_pch(gdi32 ${CMAKE_CURRENT_SOURCE_DIR}/include/precomp.h ${SOURCE})
|
||||
add_livecd_target(gdi32 reactos/system32)
|
||||
|
||||
@@ -43,3 +43,4 @@ target_link_libraries(gdiplus crt)
|
||||
endif(ARCH MATCHES amd64)
|
||||
|
||||
add_dependencies(gdiplus gdiplus_def)
|
||||
add_livecd_target(gdiplus reactos/system32)
|
||||
|
||||
@@ -13,3 +13,4 @@ target_link_libraries(getuname ${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
|
||||
|
||||
add_importlibs(getuname kernel32 ntdll)
|
||||
add_dependencies(getuname getuname_def)
|
||||
add_livecd_target(getuname reactos/system32)
|
||||
|
||||
@@ -16,3 +16,4 @@ target_link_libraries(hid ${CMAKE_CURRENT_BINARY_DIR}/hid.def)
|
||||
add_importlibs(hid kernel32 ntdll)
|
||||
add_pch(hid ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(hid hid_def)
|
||||
add_livecd_target(hid reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_importlibs(hlink
|
||||
ntdll)
|
||||
|
||||
add_dependencies(hlink hlink_def)
|
||||
add_livecd_target(hlink reactos/system32)
|
||||
|
||||
@@ -29,3 +29,4 @@ add_importlibs(hnetcfg
|
||||
ntdll)
|
||||
|
||||
add_dependencies(hnetcfg hnetcfg_def)
|
||||
add_livecd_target(hnetcfg reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(httpapi
|
||||
|
||||
add_importlibs(httpapi kernel32 ntdll)
|
||||
add_dependencies(httpapi httpapi_def)
|
||||
add_livecd_target(httpapi reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(iccvid
|
||||
|
||||
add_importlibs(iccvid user32 kernel32 ntdll)
|
||||
add_dependencies(iccvid iccvid_def)
|
||||
add_livecd_target(iccvid reactos/system32)
|
||||
|
||||
@@ -13,3 +13,4 @@ target_link_libraries(icmp
|
||||
|
||||
add_importlibs(icmp ws2_32 kernel32 ntdll)
|
||||
add_dependencies(icmp icmp_def psdk)
|
||||
add_livecd_target(icmp reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ target_link_libraries(imagehlp
|
||||
add_importlibs(imagehlp dbghelp kernel32 ntdll)
|
||||
add_pch(imagehlp ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(imagehlp imagehlp_def)
|
||||
add_livecd_target(imagehlp reactos/system32)
|
||||
|
||||
@@ -18,3 +18,4 @@ target_link_libraries(imm32
|
||||
|
||||
add_importlibs(imm32 advapi32 user32 kernel32 ntdll)
|
||||
add_dependencies(imm32 imm32_def)
|
||||
add_livecd_target(imm32 reactos/system32)
|
||||
|
||||
@@ -33,3 +33,4 @@ add_importlibs(inetcomm
|
||||
ntdll)
|
||||
|
||||
add_dependencies(inetcomm inetcomm_def)
|
||||
add_livecd_target(inetcomm reactos/system32)
|
||||
|
||||
@@ -21,3 +21,4 @@ add_importlibs(inetmib1
|
||||
ntdll)
|
||||
|
||||
add_dependencies(inetmib1 inetmib1_def)
|
||||
add_livecd_target(inetmib1 reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(initpki
|
||||
|
||||
add_importlibs(initpki kernel32 ntdll)
|
||||
add_dependencies(initpki initpki_def)
|
||||
add_livecd_target(initpki reactos/system32)
|
||||
|
||||
@@ -22,3 +22,4 @@ add_importlibs(inseng
|
||||
ntdll)
|
||||
|
||||
add_dependencies(inseng inseng_def)
|
||||
add_livecd_target(inseng reactos/system32)
|
||||
|
||||
@@ -30,3 +30,4 @@ target_link_libraries(iphlpapi
|
||||
|
||||
add_importlibs(iphlpapi dhcpcsvc advapi32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(iphlpapi iphlpapi_def)
|
||||
add_livecd_target(iphlpapi reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(itircl
|
||||
|
||||
add_importlibs(itircl kernel32 ntdll)
|
||||
add_dependencies(itircl itircl_def psdk)
|
||||
add_livecd_target(itircl reactos/system32)
|
||||
|
||||
@@ -28,3 +28,4 @@ add_importlibs(itss
|
||||
ntdll)
|
||||
|
||||
add_dependencies(itss itss_def wineheaders)
|
||||
add_livecd_target(itss reactos/system32)
|
||||
|
||||
@@ -117,3 +117,4 @@ target_link_libraries(kernel32 ${CMAKE_CURRENT_SOURCE_DIR}/kernel32.def
|
||||
add_importlibs(kernel32 ntdll)
|
||||
add_pch(kernel32 ${CMAKE_CURRENT_SOURCE_DIR}/k32.h ${SOURCE})
|
||||
add_dependencies(kernel32 errcodes)
|
||||
add_livecd_target(kernel32 reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(loadperf
|
||||
|
||||
add_importlibs(loadperf kernel32 ntdll)
|
||||
add_dependencies(loadperf loadperf_def)
|
||||
add_livecd_target(loadperf reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_importlibs(localspl
|
||||
ntdll)
|
||||
|
||||
add_dependencies(localspl localspl_def)
|
||||
add_livecd_target(localspl reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(localui
|
||||
|
||||
add_importlibs(localui winspool user32 kernel32 ntdll)
|
||||
add_dependencies(localui localui_def)
|
||||
add_livecd_target(localui reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(lpk ${CMAKE_CURRENT_BINARY_DIR}/lpk.def)
|
||||
|
||||
add_importlibs(lpk user32 usp10 kernel32 ntdll)
|
||||
add_dependencies(lpk lpk_def)
|
||||
add_livecd_target(lpk reactos/system32)
|
||||
|
||||
@@ -21,3 +21,4 @@ target_link_libraries(mapi32
|
||||
|
||||
add_importlibs(mapi32 shlwapi shell32 user32 advapi32 kernel32 ntdll)
|
||||
add_dependencies(mapi32 mapi32_def)
|
||||
add_livecd_target(mapi32 reactos/system32)
|
||||
|
||||
@@ -19,3 +19,4 @@ target_link_libraries(mciavi32
|
||||
|
||||
add_importlibs(mciavi32 msvfw32 winmm user32 gdi32 kernel32 ntdll)
|
||||
add_dependencies(mciavi32 mciavi32_def)
|
||||
add_livecd_target(mciavi32 reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(mciqtz32
|
||||
|
||||
add_importlibs(mciqtz32 winmm oleaut32 ole32 user32 gdi32 kernel32 ntdll)
|
||||
add_dependencies(mciqtz32 mciqtz32_def)
|
||||
add_livecd_target(mciqtz32 reactos/system32)
|
||||
|
||||
@@ -11,3 +11,4 @@ target_link_libraries(modemui ${CMAKE_CURRENT_BINARY_DIR}/modemui.def)
|
||||
|
||||
add_importlibs(modemui kernel32)
|
||||
add_dependencies(modemui modemui_def)
|
||||
add_livecd_target(modemui reactos/system32)
|
||||
|
||||
@@ -23,3 +23,4 @@ target_link_libraries(mpr
|
||||
|
||||
add_importlibs(mpr advapi32 user32 kernel32 ntdll)
|
||||
add_dependencies(mpr mpr_def)
|
||||
add_livecd_target(mpr reactos/system32)
|
||||
|
||||
@@ -14,3 +14,4 @@ target_link_libraries(mprapi
|
||||
|
||||
add_importlibs(mprapi kernel32 ntdll)
|
||||
add_dependencies(mprapi mprapi_def)
|
||||
add_livecd_target(mprapi reactos/system32)
|
||||
|
||||
@@ -25,3 +25,4 @@ add_importlibs(msacm32 msvcrt advapi32 user32 winmm kernel32 ntdll)
|
||||
add_dependencies(msacm32 msacm32_def)
|
||||
|
||||
add_subdirectory(msacm32.drv)
|
||||
add_livecd_target(msacm32 reactos/system32)
|
||||
|
||||
@@ -26,3 +26,4 @@ add_pch(msafd ${CMAKE_CURRENT_SOURCE_DIR}/msafd.h ${SOURCE})
|
||||
|
||||
add_importlibs(msafd advapi32 kernel32 ntdll)
|
||||
add_dependencies(msafd msafd_def)
|
||||
add_livecd_target(msafd reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(mscat32
|
||||
|
||||
add_importlibs(mscat32 wintrust kernel32 ntdll)
|
||||
add_dependencies(mscat32 mscat32_def)
|
||||
add_livecd_target(mscat32 reactos/system32)
|
||||
|
||||
@@ -21,3 +21,4 @@ target_link_libraries(mscms
|
||||
|
||||
add_importlibs(mscms kernel32 ntdll)
|
||||
add_dependencies(mscms mscms_def)
|
||||
add_livecd_target(mscms reactos/system32)
|
||||
|
||||
@@ -15,3 +15,4 @@ target_link_libraries(mscoree
|
||||
|
||||
add_importlibs(mscoree advapi32 shell32 kernel32 ntdll)
|
||||
add_dependencies(mscoree mscoree_def)
|
||||
add_livecd_target(mscoree reactos/system32)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user