* Do not compile useless utf8.* files.


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3440 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-07-09 16:02:24 +00:00
parent 6bd3aa9889
commit 64450c5711
1 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ set(spu2xSources
Spu2replay.cpp Spu2replay.cpp
spu2sys.cpp spu2sys.cpp
Timestretcher.cpp Timestretcher.cpp
utf8.cpp #utf8.cpp
Wavedump_wav.cpp) Wavedump_wav.cpp)
# spu2x headers # spu2x headers
@ -77,7 +77,8 @@ set(spu2xHeaders
SndOut.h SndOut.h
spdif.h spdif.h
Spu2replay.h Spu2replay.h
utf8.h) #utf8.h
)
# spu2x Linux sources # spu2x Linux sources