mirror of https://github.com/PCSX2/pcsx2.git
Remove iCOP2 from the Linux build files.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2633 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fc6bfb58f1
commit
343ccfd3c4
|
@ -459,7 +459,6 @@ set(pcsx2WindowsHeaders
|
||||||
set(pcsx2x86Sources
|
set(pcsx2x86Sources
|
||||||
x86/BaseblockEx.cpp
|
x86/BaseblockEx.cpp
|
||||||
x86/iCOP0.cpp
|
x86/iCOP0.cpp
|
||||||
x86/iCOP2.cpp
|
|
||||||
x86/iCore.cpp
|
x86/iCore.cpp
|
||||||
x86/iFPU.cpp
|
x86/iFPU.cpp
|
||||||
x86/iFPUd.cpp
|
x86/iFPUd.cpp
|
||||||
|
|
|
@ -506,7 +506,6 @@
|
||||||
<Unit filename="../x86/aVUzerorec.S" />
|
<Unit filename="../x86/aVUzerorec.S" />
|
||||||
<Unit filename="../x86/iCOP0.cpp" />
|
<Unit filename="../x86/iCOP0.cpp" />
|
||||||
<Unit filename="../x86/iCOP0.h" />
|
<Unit filename="../x86/iCOP0.h" />
|
||||||
<Unit filename="../x86/iCOP2.cpp" />
|
|
||||||
<Unit filename="../x86/iCore.cpp" />
|
<Unit filename="../x86/iCore.cpp" />
|
||||||
<Unit filename="../x86/iCore.h" />
|
<Unit filename="../x86/iCore.h" />
|
||||||
<Unit filename="../x86/iFPU.cpp" />
|
<Unit filename="../x86/iFPU.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue