Remove duplicated dll import

svn path=/branches/cmake-bringup/; revision=49940
This commit is contained in:
Timo Kreuzer 2010-12-03 21:05:01 +00:00
parent a6c98dde60
commit f1ebdab3df

View file

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