mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CMAKE]
Remove duplicated dll import svn path=/branches/cmake-bringup/; revision=49940
This commit is contained in:
parent
a6c98dde60
commit
f1ebdab3df
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ add_executable(format format.c format.rc)
|
|||
|
||||
set_module_type(format win32cui)
|
||||
|
||||
add_importlibs(format ntdll user32 fmifs msvcrt kernel32 ntdll)
|
||||
add_importlibs(format user32 fmifs msvcrt kernel32 ntdll)
|
||||
|
||||
add_cab_target(format 1)
|
Loading…
Reference in a new issue