[CMAKE]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 22 Oct 2010 14:10:12 +0000 (14:10 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 22 Oct 2010 14:10:12 +0000 (14:10 +0000)
Livecd: Add base/ modules.

svn path=/branches/cmake-bringup/; revision=49224

base/services/audiosrv/CMakeLists.txt
base/services/eventlog/CMakeLists.txt
base/services/spoolsv/CMakeLists.txt
base/services/svchost/CMakeLists.txt
base/setup/setup/CMakeLists.txt
base/system/autochk/CMakeLists.txt
base/system/lsass/CMakeLists.txt
base/system/services/CMakeLists.txt
base/system/smss/CMakeLists.txt
base/system/winlogon/CMakeLists.txt

index 22d50cd..21c961e 100644 (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)
\ No newline at end of file
index 05e2f3b..8035ae0 100644 (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)
\ No newline at end of file
index f14e3f2..1ad0296 100644 (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)
\ No newline at end of file
index 454f0f9..ca71c01 100644 (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)
\ No newline at end of file
index d2779e4..c835380 100644 (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)
\ No newline at end of file
index 39a0dc0..3feaa21 100644 (file)
@@ -4,4 +4,5 @@ add_executable(autochk WIN32 autochk.c autochk.rc)
 set_module_type(autochk nativecui)
 
 target_link_libraries(autochk mingw_common nt)
-add_importlibs(autochk kernel32 ntdll)
\ No newline at end of file
+add_importlibs(autochk kernel32 ntdll)
+add_livecd_target(autochk reactos/system32)
\ No newline at end of file
index af69a95..5f90c38 100644 (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)
\ No newline at end of file
index 903ce7e..55daf53 100644 (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)
\ No newline at end of file
index b1a5c0b..a6b1c9c 100644 (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)
\ No newline at end of file
index e97ce9d..1568d14 100644 (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)
\ No newline at end of file