[CMAKE]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 5 Nov 2010 10:37:10 +0000 (10:37 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 5 Nov 2010 10:37:10 +0000 (10:37 +0000)
Add base/ modules to bootcd.

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

51 files changed:
base/applications/cacls/CMakeLists.txt
base/applications/calc/CMakeLists.txt
base/applications/charmap/CMakeLists.txt
base/applications/cmdutils/dbgprint/CMakeLists.txt
base/applications/cmdutils/doskey/CMakeLists.txt
base/applications/cmdutils/find/CMakeLists.txt
base/applications/cmdutils/hostname/CMakeLists.txt
base/applications/cmdutils/lodctr/CMakeLists.txt
base/applications/cmdutils/more/CMakeLists.txt
base/applications/cmdutils/reg/CMakeLists.txt
base/applications/cmdutils/xcopy/CMakeLists.txt
base/applications/control/CMakeLists.txt
base/applications/dxdiag/CMakeLists.txt
base/applications/extrac32/CMakeLists.txt
base/applications/fontview/CMakeLists.txt
base/applications/games/solitaire/CMakeLists.txt
base/applications/games/spider/CMakeLists.txt
base/applications/games/winmine/CMakeLists.txt
base/applications/hh/CMakeLists.txt
base/applications/iexplore/CMakeLists.txt
base/applications/kbswitch/CMakeLists.txt
base/applications/logoff/CMakeLists.txt
base/applications/magnify/CMakeLists.txt
base/applications/mplay32/CMakeLists.txt
base/applications/msconfig/CMakeLists.txt
base/applications/mscutils/devmgmt/CMakeLists.txt
base/applications/mscutils/eventvwr/CMakeLists.txt
base/applications/mscutils/servman/CMakeLists.txt
base/applications/mstsc/CMakeLists.txt
base/applications/notepad/CMakeLists.txt
base/applications/paint/CMakeLists.txt
base/applications/rapps/CMakeLists.txt
base/applications/regedit/CMakeLists.txt
base/applications/regedt32/CMakeLists.txt
base/applications/sc/CMakeLists.txt
base/applications/screensavers/3dtext/CMakeLists.txt
base/applications/screensavers/logon/CMakeLists.txt
base/applications/sndvol32/CMakeLists.txt
base/applications/taskmgr/CMakeLists.txt
base/applications/winver/CMakeLists.txt
base/applications/wordpad/CMakeLists.txt
base/applications/write/CMakeLists.txt
base/services/tcpsvcs/CMakeLists.txt
base/services/telnetd/CMakeLists.txt
base/shell/cmd/CMakeLists.txt
base/system/bootok/CMakeLists.txt
base/system/expand/CMakeLists.txt
base/system/format/CMakeLists.txt
base/system/msiexec/CMakeLists.txt
base/system/regsvr32/CMakeLists.txt
base/system/runonce/CMakeLists.txt

index c3db5ac..ad3cb2a 100644 (file)
@@ -11,3 +11,5 @@ add_pch(cacls ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 
 set_module_type(cacls win32cui)
 add_importlibs(cacls advapi32 user32 shell32 msvcrt kernel32)
+
+add_cab_target(cacls 1)
\ No newline at end of file
index 2efcee1..9883959 100644 (file)
@@ -14,3 +14,5 @@ add_executable(calc
 
 set_module_type(calc win32gui)
 add_importlibs(calc advapi32 user32 gdi32 msvcrt kernel32)
+
+add_cab_target(calc 1)
\ No newline at end of file
index d0447f3..c4357f5 100644 (file)
@@ -17,3 +17,5 @@ add_pch(charmap ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(charmap win32gui)
 
 add_importlibs(charmap user32 gdi32 comctl32 kernel32 msvcrt)
+
+add_cab_target(charmap 1)
\ No newline at end of file
index 4ec6ed0..c1b49ce 100644 (file)
@@ -3,3 +3,5 @@ add_executable(dbgprint dbgprint.c)
 
 set_module_type(dbgprint win32cui)
 add_importlibs(dbgprint msvcrt kernel32)
+
+add_cab_target(dbgprint 1)
\ No newline at end of file
index 972ca87..d34b602 100644 (file)
@@ -5,3 +5,5 @@ add_executable(doskey doskey.c doskey.rc)
 
 set_module_type(doskey win32cui)
 add_importlibs(doskey user32 msvcrt kernel32)
+
+add_cab_target(doskey 1)
\ No newline at end of file
index 1875140..d7ea386 100644 (file)
@@ -4,3 +4,5 @@ add_executable(find find.c find.rc)
 
 set_module_type(find win32cui)
 add_importlibs(find user32 msvcrt kernel32)
+
+add_cab_target(find 1)
\ No newline at end of file
index c0a8e60..c40f792 100644 (file)
@@ -4,3 +4,5 @@ add_executable(hostname hostname.c hostname.rc)
 
 set_module_type(hostname win32cui)
 add_importlibs(hostname msvcrt kernel32)
+
+add_cab_target(hostname 1)
\ No newline at end of file
index 123438f..d466f12 100644 (file)
@@ -5,3 +5,5 @@ add_executable(lodctr lodctr_main.c)
 
 set_module_type(lodctr win32cui)
 add_importlibs(lodctr loadperf msvcrt kernel32)
+
+add_cab_target(lodctr 1)
\ No newline at end of file
index 849b074..0efd498 100644 (file)
@@ -3,3 +3,5 @@ add_executable(more more.c more.rc)
 
 set_module_type(more win32cui)
 add_importlibs(more user32 msvcrt kernel32)
+
+add_cab_target(more 1)
\ No newline at end of file
index a7b102e..ea415fd 100644 (file)
@@ -8,3 +8,5 @@ add_executable(reg reg.c rsrc.rc)
 
 set_module_type(reg win32cui)
 add_importlibs(reg advapi32 user32 msvcrt kernel32)
+
+add_cab_target(reg 1)
\ No newline at end of file
index a82deed..b073b29 100644 (file)
@@ -7,3 +7,5 @@ target_link_libraries(xcopy wine)
 
 set_module_type(xcopy win32cui)
 add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
+
+add_cab_target(xcopy 1)
\ No newline at end of file
index 4efd9a7..a0b7157 100644 (file)
@@ -5,3 +5,5 @@ add_executable(control control.c control.rc)
 
 set_module_type(control win32gui)
 add_importlibs(control advapi32 shell32 msvcrt kernel32)
+
+add_cab_target(control 1)
\ No newline at end of file
index ddfefbb..4dc4f13 100644 (file)
@@ -28,3 +28,5 @@ set_module_type(dxdiag win32gui)
 target_link_libraries(dxdiag dxguid)
 
 add_importlibs(dxdiag user32 advapi32 comctl32 dinput8 setupapi dsound ddraw version gdi32 winmm d3d9 msvcrt kernel32)
+
+add_cab_target(dxdiag 1)
\ No newline at end of file
index 2706831..77bc997 100644 (file)
@@ -7,3 +7,5 @@ target_link_libraries(extrac32 wine)
 
 set_module_type(extrac32 win32gui)
 add_importlibs(extrac32 shell32 setupapi shlwapi user32 msvcrt kernel32 ntdll)
+
+add_cab_target(extrac32 1)
\ No newline at end of file
index f564e6e..2bf3aa9 100644 (file)
@@ -6,3 +6,5 @@ add_executable(fontview
 
 set_module_type(fontview win32gui)
 add_importlibs(fontview gdi32 shell32 user32 msvcrt kernel32)
+
+add_cab_target(fontview 1)
\ No newline at end of file
index 603a8b1..ff3729c 100644 (file)
@@ -15,3 +15,5 @@ target_link_libraries(sol cardlib)
 set_module_type(sol win32gui)
 
 add_importlibs(sol advapi32 comctl32 user32 gdi32 kernel32 msvcrt)
+
+add_cab_target(sol 1)
\ No newline at end of file
index 65753fd..9bd5126 100644 (file)
@@ -15,4 +15,6 @@ target_link_libraries(spider cardlib)
 
 set_module_type(spider win32gui)
 
-add_importlibs(spider advapi32 comctl32 user32 gdi32 kernel32 msvcrt)
\ No newline at end of file
+add_importlibs(spider advapi32 comctl32 user32 gdi32 kernel32 msvcrt)
+
+add_cab_target(spider 1)
\ No newline at end of file
index f01fb1b..9870ec7 100644 (file)
@@ -11,3 +11,5 @@ add_executable(winmine
 set_module_type(winmine win32gui)
 target_link_libraries(winmine wine)
 add_importlibs(winmine user32 gdi32 advapi32 shell32 msvcrt kernel32 ntdll)
+
+add_cab_target(winmine 1)
\ No newline at end of file
index edbcf56..57eda59 100644 (file)
@@ -3,3 +3,5 @@ add_executable(hh main.c hh.rc)
 
 set_module_type(hh win32gui)
 add_importlibs(hh gdi32 user32 msvcrt kernel32)
+
+add_cab_target(hh 4)
\ No newline at end of file
index c37165b..e4693fe 100644 (file)
@@ -3,3 +3,5 @@ add_executable(iexplore main.c iexplore.rc)
 
 set_module_type(iexplore win32gui)
 add_importlibs(iexplore shdocvw msvcrt kernel32)
+
+add_cab_target(iexplore 4)
\ No newline at end of file
index 644de55..ef0ffda 100644 (file)
@@ -6,4 +6,5 @@ add_executable(kbswitch kbswitch.c kbswitch.rc)
 set_module_type(kbswitch win32gui)
 add_importlibs(kbswitch advapi32 user32 shell32 gdi32 msvcrt kernel32)
 
+add_cab_target(kbswitch 1)
 add_subdirectory(kbsdll)
index 4ca7653..35dd240 100644 (file)
@@ -12,3 +12,5 @@ add_pch(logoff ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(logoff win32cui)
 
 add_importlibs(logoff advapi32 user32 msvcrt kernel32)
+
+add_cab_target(logoff 1)
\ No newline at end of file
index 36a5d33..80544f3 100644 (file)
@@ -7,3 +7,5 @@ add_executable(magnify
 set_module_type(magnify win32gui)
 
 add_importlibs(magnify user32 gdi32 advapi32 shell32 msvcrt kernel32)
+
+add_cab_target(magnify 1)
\ No newline at end of file
index 99495cf..0fcf3d7 100644 (file)
@@ -6,3 +6,5 @@ add_executable(mplay32 mplay32.c mplay32.rc)
 set_module_type(mplay32 win32gui)
 
 add_importlibs(mplay32 advapi32 comctl32 comdlg32 user32 gdi32 winmm shell32 msvcrt kernel32)
+
+add_cab_target(mplay32 1)
\ No newline at end of file
index c5791b3..d726c2b 100644 (file)
@@ -18,3 +18,5 @@ add_pch(msconfig ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(msconfig win32gui)
 
 add_importlibs(msconfig user32 advapi32 version comctl32 shell32 shlwapi msvcrt kernel32)
+
+add_cab_target(msconfig 1)
\ No newline at end of file
index 4e77785..f4c8f15 100644 (file)
@@ -16,3 +16,5 @@ add_pch(devmgmt ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(devmgmt win32gui)
 
 add_importlibs(devmgmt setupapi gdi32 user32 comctl32 advapi32 devmgr msvcrt kernel32)
+
+add_cab_target(devmgmt 1)
\ No newline at end of file
index c348ba9..18c8f98 100644 (file)
@@ -6,3 +6,5 @@ add_executable(eventvwr eventvwr.c eventvwr.rc)
 set_module_type(eventvwr win32gui)
 
 add_importlibs(eventvwr user32 comctl32 advapi32 msvcrt kernel32)
+
+add_cab_target(eventvwr 1)
\ No newline at end of file
index 15d5037..8803d78 100644 (file)
@@ -30,3 +30,5 @@ add_pch(servman ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(servman win32gui)
 
 add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
+
+add_cab_target(servman 1)
\ No newline at end of file
index 8bed8db..4b780fe 100644 (file)
@@ -30,3 +30,5 @@ add_pch(mstsc ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(mstsc win32gui)
 
 add_importlibs(mstsc user32 gdi32 comctl32 ws2_32 advapi32 shell32 ole32 comdlg32 msvcrt kernel32)
+
+add_cab_target(mstsc 1)
\ No newline at end of file
index af606f7..1500710 100644 (file)
@@ -14,3 +14,5 @@ add_executable(notepad ${CMAKE_CURRENT_BINARY_DIR}/notepad_notepad.h.gch ${SOURC
 set_module_type(notepad win32gui)
 
 add_importlibs(notepad user32 gdi32 comctl32 comdlg32 advapi32 shell32 msvcrt kernel32)
+
+add_cab_target(notepad 1)
\ No newline at end of file
index 3622ac6..6b6b424 100644 (file)
@@ -19,3 +19,5 @@ add_executable(paint
 set_module_type(paint win32gui)
 
 add_importlibs(paint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
+
+add_cab_target(paint 1)
\ No newline at end of file
index 15e1e05..0b87bcf 100644 (file)
@@ -61,3 +61,4 @@ ENDMACRO (MACRO_ADD_MESSAGE_HEADERS)
 
 MACRO_ADD_MESSAGE_HEADERS(rappsmsg.mc)
 
+add_cab_target(rapps 1)
\ No newline at end of file
index 726fd9d..a79251c 100644 (file)
@@ -30,3 +30,5 @@ target_link_libraries(regedit uuid)
 add_importlibs(regedit user32 gdi32 advapi32 ole32 shell32 comctl32 comdlg32 shlwapi msvcrt kernel32)
 
 #add_subdirectory(clb)
+
+add_cab_target(regedit 4)
\ No newline at end of file
index f1975ea..ff9fb5b 100644 (file)
@@ -6,3 +6,5 @@ add_executable(regedt32 regedt32.c resource.rc)
 set_module_type(regedt32 win32gui)
 
 add_importlibs(regedt32 shell32 shlwapi msvcrt kernel32)
+
+add_cab_target(regedt32 1)
\ No newline at end of file
index 7d67a09..176bb55 100644 (file)
@@ -20,3 +20,5 @@ add_pch(sc ${CMAKE_CURRENT_SOURCE_DIR}/sc.h ${SOURCE})
 set_module_type(sc win32cui)
 
 add_importlibs(sc advapi32 msvcrt kernel32)
+
+add_cab_target(sc 1)
\ No newline at end of file
index e0f8b59..231d659 100644 (file)
@@ -11,4 +11,6 @@ set_module_type(3dtext win32gui)
 set_target_properties(3dtext PROPERTIES SUFFIX ".scr")
 
 target_link_libraries(3dtext scrnsave)
-add_importlibs(3dtext user32 gdi32 opengl32 glu32 advapi32 msvcrt kernel32)
\ No newline at end of file
+add_importlibs(3dtext user32 gdi32 opengl32 glu32 advapi32 msvcrt kernel32)
+
+add_cab_target(3dtext 1)
\ No newline at end of file
index 979a01e..12b4e21 100644 (file)
@@ -9,4 +9,6 @@ set_module_type(logon win32gui)
 set_target_properties(logon PROPERTIES SUFFIX ".scr")
 
 target_link_libraries(logon scrnsave)
-add_importlibs(logon user32 gdi32 msvcrt kernel32)
\ No newline at end of file
+add_importlibs(logon user32 gdi32 msvcrt kernel32)
+
+add_cab_target(logon 1)
\ No newline at end of file
index 0fbd8fb..ab818b1 100644 (file)
@@ -15,3 +15,5 @@ add_pch(sndvol32 ${CMAKE_CURRENT_SOURCE_DIR}/sndvol32.h ${SOURCE})
 set_module_type(sndvol32 win32gui)
 
 add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
+
+add_cab_target(sndvol32 1)
\ No newline at end of file
index 81a6a63..870f776 100644 (file)
@@ -29,3 +29,5 @@ add_pch(taskmgr ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
 set_module_type(taskmgr win32gui)
 
 add_importlibs(taskmgr advapi32 user32 gdi32 shell32 comctl32 msvcrt kernel32 ntdll)
+
+add_cab_target(taskmgr 1)
\ No newline at end of file
index 1b92d6c..3410221 100644 (file)
@@ -6,3 +6,5 @@ add_executable(winver winver.c)
 set_module_type(winver win32gui)
 
 add_importlibs(winver shell32 msvcrt kernel32)
+
+add_cab_target(winver 1)
\ No newline at end of file
index 11cd2ad..6c89da0 100644 (file)
@@ -19,3 +19,5 @@ set_module_type(wordpad win32gui)
 target_link_libraries(wordpad wine uuid)
 
 add_importlibs(wordpad comdlg32 ole32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32 ntdll)
+
+add_cab_target(wordpad 1)
\ No newline at end of file
index e0ae8a0..b57193a 100644 (file)
@@ -6,3 +6,5 @@ add_executable(write write.c rsrc.rc)
 set_module_type(write win32gui)
 
 add_importlibs(write user32 gdi32 msvcrt kernel32)
+
+add_cab_target(write 1)
\ No newline at end of file
index d1b3119..b0810d1 100644 (file)
@@ -18,3 +18,6 @@ add_pch(tcpsvcs ${CMAKE_CURRENT_SOURCE_DIR}/tcpsvcs.h ${SOURCE})
 set_module_type(tcpsvcs win32cui)
 add_importlibs(tcpsvcs ws2_32 advapi32 msvcrt kernel32 ntdll)
 
+
+add_cab_target(tcpsvcs 1)
+add_cab(${CMAKE_CURRENT_SOURCE_DIR}/quotes 5)
\ No newline at end of file
index f86a014..cc5a42d 100644 (file)
@@ -10,3 +10,4 @@ target_link_libraries(telnetd wine)
 set_module_type(telnetd win32cui)
 add_importlibs(telnetd advapi32 ws2_32 msvcrt kernel32 ntdll)
 
+add_cab_target(telnetd 1)
\ No newline at end of file
index 93fe225..561ebef 100644 (file)
@@ -75,4 +75,5 @@ target_link_libraries(cmd wine)
 
 add_pch(cmd ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h SOURCE)
 set_module_type(cmd win32cui)
-add_importlibs(cmd advapi32 user32 msvcrt kernel32 ntdll)
\ No newline at end of file
+add_importlibs(cmd advapi32 user32 msvcrt kernel32 ntdll)
+add_cab_target(cmd 1)
\ No newline at end of file
index ec083ee..3f52a33 100644 (file)
@@ -7,3 +7,5 @@ add_executable(bootok bootok.c bootok.rc)
 set_module_type(bootok win32cui)
 
 add_importlibs(bootok advapi32 msvcrt kernel32 ntdll)
+
+add_cab_target(bootok 1)
\ No newline at end of file
index dc5767a..6833660 100644 (file)
@@ -7,3 +7,5 @@ add_executable(expand expand.c expand.rc)
 set_module_type(expand win32cui)
 
 add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll)
+
+add_cab_target(expand 1)
\ No newline at end of file
index 3647e79..1cb7887 100644 (file)
@@ -8,3 +8,5 @@ add_executable(format format.c format.rc)
 set_module_type(format win32cui)
 
 add_importlibs(format ntdll user32 fmifs msvcrt kernel32 ntdll)
+
+add_cab_target(format 1)
\ No newline at end of file
index b093c8b..23575db 100644 (file)
@@ -14,3 +14,4 @@ target_link_libraries(msiexec uuid wine)
 
 add_importlibs(msiexec user32 advapi32 ole32 msi msvcrt kernel32 ntdll)
 
+add_cab_target(msiexec 1)
\ No newline at end of file
index d74c4d3..c350b6d 100644 (file)
@@ -9,3 +9,5 @@ add_executable(regsvr32 regsvr32.c regsvr32.rc)
 set_module_type(regsvr32 win32gui)
 
 add_importlibs(regsvr32 user32 shell32 ole32 msvcrt kernel32 ntdll)
+
+add_cab_target(regsvr32 1)
\ No newline at end of file
index 25209c3..2724b94 100644 (file)
@@ -6,3 +6,5 @@ add_executable(runonce runonce.c runonce.rc)
 set_module_type(runonce win32gui)
 
 add_importlibs(runonce advapi32 user32 msvcrt kernel32 ntdll)
+
+add_cab_target(runonce 1)
\ No newline at end of file