- 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

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