mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +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
|
@ -21,5 +21,5 @@ target_link_libraries(msgsm32.acm
|
|||
wine)
|
||||
|
||||
add_importlibs(msgsm32.acm winmm user32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(msgsm32.acm msgsm32.acm_def psdk buildno_header)
|
||||
add_dependencies(msgsm32.acm psdk buildno_header)
|
||||
add_cab_target(msgsm32.acm 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue