Livecd: Add base/ modules.

svn path=/branches/cmake-bringup/; revision=49224
This commit is contained in:
Sylvain Petreolle 2010-10-22 14:10:12 +00:00
parent c56d82e4c8
commit fd229355cc
10 changed files with 11 additions and 3 deletions

View file

@ -12,4 +12,4 @@ add_executable(audiosrv
set_module_type(audiosrv win32cui)
add_importlibs(audiosrv advapi32 user32 setupapi msvcrt kernel32)
add_livecd_target(audiosrv reactos/system32)

View file

@ -19,3 +19,4 @@ add_pch(eventlog ${CMAKE_CURRENT_SOURCE_DIR}/eventlog.h ${SOURCE})
set_module_type(eventlog win32cui)
add_importlibs(eventlog advapi32 rpcrt4 msvcrt kernel32 ntdll)
add_livecd_target(eventlog reactos/system32)

View file

@ -7,3 +7,4 @@ target_link_libraries(spoolsv wine)
set_module_type(spoolsv win32cui)
add_importlibs(spoolsv advapi32 msvcrt kernel32 ntdll)
add_livecd_target(spoolsv reactos/system32)

View file

@ -3,3 +3,4 @@ add_executable(svchost svchost.c svchost.rc)
set_module_type(svchost win32cui)
add_importlibs(svchost advapi32 msvcrt kernel32 ntdll)
add_livecd_target(svchost reactos/system32)

View file

@ -5,3 +5,4 @@ add_executable(setup setup.c setup.rc)
set_module_type(setup win32gui)
add_importlibs(setup userenv msvcrt kernel32 ntdll)
add_livecd_target(setup reactos/system32)

View file

@ -5,3 +5,4 @@ set_module_type(autochk nativecui)
target_link_libraries(autochk mingw_common nt)
add_importlibs(autochk kernel32 ntdll)
add_livecd_target(autochk reactos/system32)

View file

@ -8,3 +8,4 @@ add_executable(lsass lsass.c lsass.rc)
set_module_type(lsass win32gui)
add_importlibs(lsass advapi32 lsasrv msvcrt kernel32 ntdll)
add_livecd_target(lsass reactos/system32)

View file

@ -23,4 +23,4 @@ add_pch(services ${CMAKE_CURRENT_SOURCE_DIR}/services.h ${SOURCE})
set_module_type(services win32cui)
add_importlibs(services user32 advapi32 rpcrt4 msvcrt kernel32 ntdll)
add_livecd_target(services reactos/system32)

View file

@ -30,3 +30,4 @@ add_pch(smss ${CMAKE_CURRENT_SOURCE_DIR}/smss.h ${SOURCE})
set_module_type(smss nativecui)
add_importlibs(smss ntdll)
add_livecd_target(smss reactos/system32)

View file

@ -17,3 +17,4 @@ add_pch(winlogon ${CMAKE_CURRENT_SOURCE_DIR}/winlogon.h ${SOURCE})
set_module_type(winlogon win32gui)
add_importlibs(winlogon user32 advapi32 userenv secur32 msvcrt kernel32 ntdll)
add_livecd_target(winlogon reactos/system32)