mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[LIBPNG]
* Fix MSVC build. svn path=/trunk/; revision=56919
This commit is contained in:
+1
-4
@@ -28,9 +28,6 @@ add_library(libpng SHARED
|
||||
|
||||
set_entrypoint(libpng 0)
|
||||
target_link_libraries(libpng zlib)
|
||||
add_importlibs(libpng msvcrt kernel32)
|
||||
if(ARCH MATCHES amd64)
|
||||
add_importlibs(libpng ntdll)
|
||||
endif()
|
||||
add_importlibs(libpng msvcrt kernel32 ntdll)
|
||||
add_dependencies(libpng psdk)
|
||||
add_cd_file(TARGET libpng DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user