- 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:
Jérôme Gardou 2010-10-30 16:08:19 +00:00
parent ddc4718357
commit 4ee1da42f1
365 changed files with 1420 additions and 1703 deletions

View file

@ -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)