mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[CMAKE]
Add importlib target for acledit svn path=/branches/cmake-bringup/; revision=49562
This commit is contained in:
parent
f2ab1b31c4
commit
82b1bd223a
1 changed files with 7 additions and 4 deletions
|
@ -1,19 +1,22 @@
|
|||
|
||||
set_unicode()
|
||||
|
||||
spec2def(acledit.dll acledit.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
acledit.c
|
||||
stubs.c
|
||||
acledit.rc)
|
||||
acledit.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
||||
|
||||
|
||||
add_library(acledit SHARED ${SOURCE})
|
||||
|
||||
set_module_type(acledit win32dll)
|
||||
|
||||
set_pdef_file(acledit acledit.pdef)
|
||||
|
||||
add_importlibs(acledit ntdll)
|
||||
|
||||
add_cab_target(acledit 1)
|
||||
|
||||
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
||||
add_importlib_target(acledit.spec)
|
||||
|
||||
|
|
Loading…
Reference in a new issue