mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[CMAKE]
- rewrite spec2def macro because 1. cmake gracefully handles def files as source files 2. cmake gracefully handles autogenerated files as source 3. it did not take into account the fact that all shared libraries haven't the .dll extension svn path=/branches/cmake-bringup/; revision=49358
This commit is contained in:
parent
ddc4718357
commit
4ee1da42f1
365 changed files with 1420 additions and 1703 deletions
|
@ -20,5 +20,5 @@ target_link_libraries(msacm32.drv
|
|||
wine)
|
||||
|
||||
add_importlibs(msacm32.drv msacm32 user32 winmm advapi32 kernel32 ntdll)
|
||||
add_dependencies(msacm32.drv msacm32.drv_def psdk buildno_header)
|
||||
add_dependencies(msacm32.drv psdk buildno_header)
|
||||
add_cab_target(msacm32.drv 1)
|
Loading…
Add table
Add a link
Reference in a new issue