mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[CMAKE]
Add base/ modules to bootcd. svn path=/branches/cmake-bringup/; revision=49477
This commit is contained in:
parent
8456a5473e
commit
b9041e39bf
51 changed files with 102 additions and 4 deletions
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue