2015-04-26 12:28:01 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
ArgumentParser.cpp
|
|
|
|
Console.cpp
|
|
|
|
RegistryExplorer.cpp
|
|
|
|
RegistryKey.cpp
|
|
|
|
RegistryTree.cpp
|
|
|
|
SecurityDescriptor.cpp
|
|
|
|
ShellCommand.cpp
|
|
|
|
ShellCommandChangeKey.cpp
|
|
|
|
ShellCommandConnect.cpp
|
|
|
|
ShellCommandDACL.cpp
|
|
|
|
ShellCommandDeleteKey.cpp
|
|
|
|
ShellCommandDeleteValue.cpp
|
|
|
|
ShellCommandDir.cpp
|
|
|
|
ShellCommandExit.cpp
|
|
|
|
ShellCommandHelp.cpp
|
|
|
|
ShellCommandNewKey.cpp
|
|
|
|
ShellCommandOwner.cpp
|
|
|
|
ShellCommandSACL.cpp
|
|
|
|
ShellCommandSetValue.cpp
|
|
|
|
ShellCommandValue.cpp
|
|
|
|
ShellCommandVersion.cpp
|
|
|
|
ShellCommandsLinkedList.cpp
|
|
|
|
TextHistory.cpp
|
|
|
|
Completion.cpp
|
|
|
|
Pattern.cpp
|
|
|
|
Settings.cpp
|
|
|
|
Prompt.cpp)
|
|
|
|
|
|
|
|
add_executable(regexpl ${SOURCE} regexpl.rc)
|
2020-09-18 07:34:18 +00:00
|
|
|
target_link_libraries(regexpl cppstl)
|
|
|
|
set_target_cpp_properties(regexpl WITH_EXCEPTIONS)
|
2015-04-26 12:28:01 +00:00
|
|
|
set_module_type(regexpl win32cui)
|
2015-05-05 17:02:28 +00:00
|
|
|
add_importlibs(regexpl user32 advapi32 msvcrt kernel32 ntdll)
|
2015-04-26 12:28:01 +00:00
|
|
|
add_cd_file(TARGET regexpl DESTINATION reactos/system32 FOR all)
|