Add base/ modules to bootcd.

svn path=/branches/cmake-bringup/; revision=49477
This commit is contained in:
Sylvain Petreolle 2010-11-05 10:37:10 +00:00
parent 8456a5473e
commit b9041e39bf
51 changed files with 102 additions and 4 deletions

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)