mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-07 12:23:16 -04:00
added lru.cxx, lru.h
This commit is contained in:
parent
1d798c9df2
commit
aba7296a4d
@ -32,7 +32,8 @@
|
|||||||
graphicsDevice.h graphicsDevice.I \
|
graphicsDevice.h graphicsDevice.I \
|
||||||
parasiteBuffer.I parasiteBuffer.h \
|
parasiteBuffer.I parasiteBuffer.h \
|
||||||
windowProperties.I windowProperties.h \
|
windowProperties.I windowProperties.h \
|
||||||
lensStack.I lensStack.h
|
lensStack.I lensStack.h \
|
||||||
|
lru.h
|
||||||
|
|
||||||
#define INCLUDED_SOURCES \
|
#define INCLUDED_SOURCES \
|
||||||
standardMunger.cxx \
|
standardMunger.cxx \
|
||||||
@ -50,7 +51,8 @@
|
|||||||
graphicsWindow.cxx graphicsWindowInputDevice.cxx \
|
graphicsWindow.cxx graphicsWindowInputDevice.cxx \
|
||||||
graphicsDevice.cxx \
|
graphicsDevice.cxx \
|
||||||
parasiteBuffer.cxx \
|
parasiteBuffer.cxx \
|
||||||
windowProperties.cxx
|
windowProperties.cxx \
|
||||||
|
lru.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
standardMunger.I standardMunger.h \
|
standardMunger.I standardMunger.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user