From 64450c5711ff423203b1835fc4b57ee1e5d21e90 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Fri, 9 Jul 2010 16:02:24 +0000 Subject: [PATCH] [cmake] * Do not compile useless utf8.* files. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3440 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/spu2-x/src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/spu2-x/src/CMakeLists.txt b/plugins/spu2-x/src/CMakeLists.txt index aeae473304..b1c7819bec 100644 --- a/plugins/spu2-x/src/CMakeLists.txt +++ b/plugins/spu2-x/src/CMakeLists.txt @@ -59,7 +59,7 @@ set(spu2xSources Spu2replay.cpp spu2sys.cpp Timestretcher.cpp - utf8.cpp + #utf8.cpp Wavedump_wav.cpp) # spu2x headers @@ -77,7 +77,8 @@ set(spu2xHeaders SndOut.h spdif.h Spu2replay.h - utf8.h) + #utf8.h +) # spu2x Linux sources