mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix makepanda built; ppremake build should use composites too
This commit is contained in:
parent
86dce18afa
commit
6c34e0fb6c
@ -12,17 +12,26 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
p3glgsg p3x11display
|
p3glgsg p3x11display
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
config_glxdisplay.cxx config_glxdisplay.h \
|
config_glxdisplay.h \
|
||||||
glxGraphicsBuffer.h glxGraphicsBuffer.I glxGraphicsBuffer.cxx \
|
glxGraphicsBuffer.h glxGraphicsBuffer.I \
|
||||||
glxGraphicsPipe.cxx glxGraphicsPipe.h glxGraphicsPipe.I \
|
glxGraphicsPipe.h glxGraphicsPipe.I \
|
||||||
glxGraphicsPixmap.h glxGraphicsPixmap.I glxGraphicsPixmap.cxx \
|
glxGraphicsPixmap.h glxGraphicsPixmap.I \
|
||||||
glxGraphicsWindow.h glxGraphicsWindow.cxx \
|
glxGraphicsWindow.h \
|
||||||
glxGraphicsStateGuardian.h glxGraphicsStateGuardian.I \
|
glxGraphicsStateGuardian.h glxGraphicsStateGuardian.I \
|
||||||
glxGraphicsStateGuardian.cxx \
|
|
||||||
posixGraphicsStateGuardian.h posixGraphicsStateGuardian.I \
|
posixGraphicsStateGuardian.h posixGraphicsStateGuardian.I \
|
||||||
posixGraphicsStateGuardian.cxx \
|
|
||||||
panda_glxext.h
|
panda_glxext.h
|
||||||
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
config_glxdisplay.cxx \
|
||||||
|
glxGraphicsBuffer.cxx \
|
||||||
|
glxGraphicsPipe.cxx \
|
||||||
|
glxGraphicsPixmap.cxx \
|
||||||
|
glxGraphicsWindow.cxx \
|
||||||
|
glxGraphicsStateGuardian.cxx \
|
||||||
|
posixGraphicsStateGuardian.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
glxGraphicsBuffer.I glxGraphicsBuffer.h \
|
glxGraphicsBuffer.I glxGraphicsBuffer.h \
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
#include "glxGraphicsPixmap.cxx"
|
#include "glxGraphicsPixmap.cxx"
|
||||||
#include "glxGraphicsStateGuardian.cxx"
|
#include "glxGraphicsStateGuardian.cxx"
|
||||||
#include "glxGraphicsWindow.cxx"
|
#include "glxGraphicsWindow.cxx"
|
||||||
|
#include "posixGraphicsStateGuardian.cxx"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user