[FILEBROWSER]

* Fix build.

svn path=/branches/shell-experiments/; revision=64377
This commit is contained in:
Amine Khaldi 2014-09-28 19:18:34 +00:00
parent 1e44d47830
commit 840c5ea8f7

View file

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