mirror of https://github.com/PCSX2/pcsx2.git
GregMiscellaneous:zzogl-pg:
* rename filename (Clut to ZZClut) git-svn-id: http://pcsx2.googlecode.com/svn/branches/GregMiscellaneous@3949 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9b987a959b
commit
e353292caf
|
@ -46,7 +46,6 @@ endif(CMAKE_BUILD_TYPE STREQUAL Release)
|
||||||
|
|
||||||
# zzogl sources
|
# zzogl sources
|
||||||
set(zzoglSources
|
set(zzoglSources
|
||||||
Clut.cpp
|
|
||||||
GifTransfer.cpp
|
GifTransfer.cpp
|
||||||
GLWin32.cpp
|
GLWin32.cpp
|
||||||
GLWinX11.cpp
|
GLWinX11.cpp
|
||||||
|
@ -64,6 +63,10 @@ set(zzoglSources
|
||||||
x86.cpp
|
x86.cpp
|
||||||
zerogs.cpp
|
zerogs.cpp
|
||||||
zpipe.cpp
|
zpipe.cpp
|
||||||
|
ZZClut.cpp
|
||||||
|
ZZKeyboard.cpp
|
||||||
|
ZZKick.cpp
|
||||||
|
ZZLog.cpp
|
||||||
ZZoglCreate.cpp
|
ZZoglCreate.cpp
|
||||||
ZZoglCRTC.cpp
|
ZZoglCRTC.cpp
|
||||||
ZZoglFlush.cpp
|
ZZoglFlush.cpp
|
||||||
|
@ -72,13 +75,10 @@ set(zzoglSources
|
||||||
ZZoglShaders.cpp
|
ZZoglShaders.cpp
|
||||||
ZZoglShoots.cpp
|
ZZoglShoots.cpp
|
||||||
ZZoglVB.cpp
|
ZZoglVB.cpp
|
||||||
ZZKeyboard.cpp
|
)
|
||||||
ZZKick.cpp
|
|
||||||
ZZLog.cpp)
|
|
||||||
|
|
||||||
# zzogl headers
|
# zzogl headers
|
||||||
set(zzoglHeaders
|
set(zzoglHeaders
|
||||||
Clut.h
|
|
||||||
common.h
|
common.h
|
||||||
CRC.h
|
CRC.h
|
||||||
GifTransfer.h
|
GifTransfer.h
|
||||||
|
@ -97,13 +97,15 @@ set(zzoglHeaders
|
||||||
x86.h
|
x86.h
|
||||||
zerogs.h
|
zerogs.h
|
||||||
zpipe.h
|
zpipe.h
|
||||||
ZZoglCRTC.h
|
ZZClut.h
|
||||||
|
ZZGl.h
|
||||||
ZZKick.h
|
ZZKick.h
|
||||||
|
ZZLog.h
|
||||||
|
ZZoglCRTC.h
|
||||||
ZZoglMath.h
|
ZZoglMath.h
|
||||||
ZZoglShaders.h
|
ZZoglShaders.h
|
||||||
ZZoglShoots.h
|
ZZoglShoots.h
|
||||||
ZZGl.h
|
)
|
||||||
ZZLog.h)
|
|
||||||
|
|
||||||
# zzogl S sources
|
# zzogl S sources
|
||||||
set(zzoglSSources
|
set(zzoglSSources
|
||||||
|
|
|
@ -98,8 +98,8 @@
|
||||||
<Mode after="always" />
|
<Mode after="always" />
|
||||||
</ExtraCommands>
|
</ExtraCommands>
|
||||||
<Unit filename="../../CRC.h" />
|
<Unit filename="../../CRC.h" />
|
||||||
<Unit filename="../../Clut.cpp" />
|
<Unit filename="../../ZZClut.cpp" />
|
||||||
<Unit filename="../../Clut.h" />
|
<Unit filename="../../ZZClut.h" />
|
||||||
<Unit filename="../../GLWin.h" />
|
<Unit filename="../../GLWin.h" />
|
||||||
<Unit filename="../../GLWin32.cpp" />
|
<Unit filename="../../GLWin32.cpp" />
|
||||||
<Unit filename="../../GLWinX11.cpp" />
|
<Unit filename="../../GLWinX11.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue