mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
[FILEBROWSER]
* Fix build. svn path=/branches/shell-experiments/; revision=64377
This commit is contained in:
parent
1e44d47830
commit
840c5ea8f7
1 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(filebrowser ${SOURCE})
|
||||
set_module_type(filebrowser win32gui UNICODE)
|
||||
add_importlibs(filebrowser
|
||||
shell32
|
||||
msvcrt
|
||||
kernel32)
|
||||
add_importlibs(filebrowser shell32 browseui msvcrt kernel32)
|
||||
|
||||
add_cd_file(TARGET filebrowser DESTINATION reactos FOR all)
|
||||
|
|
Loading…
Reference in a new issue