Author: jgardou Date: Tue Apr 2 18:37:53 2013 New Revision: 58647
URL: http://svn.reactos.org/svn/reactos?rev=58647&view=rev Log: [CMICPL] * Hopefully fix the linux buildbot
Modified: trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/cpl/CMakeLists.txt
Modified: trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/cpl/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/C... ============================================================================== --- trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/cpl/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/cpl/CMakeLists.txt [iso-8859-1] Tue Apr 2 18:37:53 2013 @@ -4,11 +4,12 @@ cmicpl.rc )
+set_module_type(cmicpl cpl UNICODE) + add_importlibs(cmicpl shell32 msvcrt - kernel32) - -set_module_type(cmicpl cpl UNICODE) + kernel32 + ntdll)
add_cd_file(TARGET cmicpl DESTINATION reactos/system32/drivers FOR all)