mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[CMAKE]
Use spec file for getuname importlib svn path=/branches/cmake-bringup/; revision=50518
This commit is contained in:
@@ -10,7 +10,7 @@ add_library(getuname SHARED
|
||||
getuname.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
|
||||
|
||||
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
|
||||
add_importlib_target(getuname.spec)
|
||||
set_module_type(getuname win32dll)
|
||||
add_importlibs(getuname msvcrt kernel32 ntdll)
|
||||
add_cab_target(getuname 1)
|
||||
|
||||
Reference in New Issue
Block a user