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:
gregory.hainaut@gmail.com 2010-10-20 09:09:31 +00:00
parent 9b987a959b
commit e353292caf
4 changed files with 12 additions and 10 deletions

View File

@ -46,7 +46,6 @@ endif(CMAKE_BUILD_TYPE STREQUAL Release)
# zzogl sources
set(zzoglSources
Clut.cpp
GifTransfer.cpp
GLWin32.cpp
GLWinX11.cpp
@ -64,6 +63,10 @@ set(zzoglSources
x86.cpp
zerogs.cpp
zpipe.cpp
ZZClut.cpp
ZZKeyboard.cpp
ZZKick.cpp
ZZLog.cpp
ZZoglCreate.cpp
ZZoglCRTC.cpp
ZZoglFlush.cpp
@ -72,13 +75,10 @@ set(zzoglSources
ZZoglShaders.cpp
ZZoglShoots.cpp
ZZoglVB.cpp
ZZKeyboard.cpp
ZZKick.cpp
ZZLog.cpp)
)
# zzogl headers
set(zzoglHeaders
Clut.h
common.h
CRC.h
GifTransfer.h
@ -97,13 +97,15 @@ set(zzoglHeaders
x86.h
zerogs.h
zpipe.h
ZZoglCRTC.h
ZZClut.h
ZZGl.h
ZZKick.h
ZZLog.h
ZZoglCRTC.h
ZZoglMath.h
ZZoglShaders.h
ZZoglShoots.h
ZZGl.h
ZZLog.h)
)
# zzogl S sources
set(zzoglSSources

View File

@ -98,8 +98,8 @@
<Mode after="always" />
</ExtraCommands>
<Unit filename="../../CRC.h" />
<Unit filename="../../Clut.cpp" />
<Unit filename="../../Clut.h" />
<Unit filename="../../ZZClut.cpp" />
<Unit filename="../../ZZClut.h" />
<Unit filename="../../GLWin.h" />
<Unit filename="../../GLWin32.cpp" />
<Unit filename="../../GLWinX11.cpp" />