Author: akhaldi Date: Sun Feb 9 17:09:16 2014 New Revision: 62075
URL: http://svn.reactos.org/svn/reactos?rev=62075&view=rev Log: [WDMAUD] * We don't need to link to PSEH.
Modified: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt
Modified: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/legacy/wd... ============================================================================== --- trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt [iso-8859-1] Sun Feb 9 17:09:16 2014 @@ -17,8 +17,7 @@
target_link_libraries(wdmaud mmixer - libcntpr - ${PSEH_LIB}) + libcntpr)
add_pch(wdmaud wdmaud.h) add_importlibs(wdmaud ntoskrnl ks hal)