mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
un-revert composite fix, now that it builds correctly
This commit is contained in:
parent
e7006e1327
commit
6816c37fa6
@ -5,14 +5,19 @@
|
|||||||
#define TARGET distort
|
#define TARGET distort
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
sgraphutil sgraph sgattrib gobj linmath
|
sgraphutil sgraph sgattrib gobj linmath
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES config_distort.h \
|
||||||
config_distort.cxx config_distort.h \
|
projectionScreen.h projectionScreen.I \
|
||||||
cylindricalLens.cxx cylindricalLens.h cylindricalLens.I \
|
cylindricalLens.h cylindricalLens.I \
|
||||||
fisheyeLens.cxx fisheyeLens.h fisheyeLens.I \
|
fisheyeLens.h fisheyeLens.I \
|
||||||
nonlinearImager.cxx nonlinearImager.h nonlinearImager.I \
|
nonlinearImager.h nonlinearImager.I \
|
||||||
pSphereLens.cxx pSphereLens.h pSphereLens.I \
|
pSphereLens.h pSphereLens.I
|
||||||
projectionScreen.cxx projectionScreen.h projectionScreen.I
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
config_distort.cxx cylindricalLens.cxx fisheyeLens.cxx nonlinearImager.cxx \
|
||||||
|
projectionScreen.cxx pSphereLens.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS
|
#define INSTALL_HEADERS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user