mirror of https://github.com/PCSX2/pcsx2.git
[cmake]
* 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:
parent
6bd3aa9889
commit
64450c5711
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue