From ed3c1799accb1ad5c4cac7d2c539c1ff34e2803a Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Wed, 4 Jul 2007 18:08:45 +0000 Subject: [PATCH] Crude approx --- panda/src/movies/Sources.pp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 panda/src/movies/Sources.pp diff --git a/panda/src/movies/Sources.pp b/panda/src/movies/Sources.pp new file mode 100644 index 0000000000..259039afda --- /dev/null +++ b/panda/src/movies/Sources.pp @@ -0,0 +1,34 @@ +#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \ + dtoolutil:c dtoolbase:c dtool:m prc:c + +#define USE_PACKAGES + +#begin lib_target + #define TARGET movies + #define LOCAL_LIBS \ + gobj + + #define COMBINED_SOURCES $[TARGET]_composite1.cxx + + #define SOURCES \ + movie.h movie.I \ + movieAudio.h movieAudio.I \ + movieVideo.h movieVideo.I \ + config_movies.h + + #define INCLUDED_SOURCES \ + movieVideo.cxx \ + movieAudio.cxx \ + movie.cxx \ + config_movies.cxx + + #define INSTALL_HEADERS \ + movie.h movie.I \ + movieAudio.h movieAudio.I \ + movieVideo.h movieVideo.I \ + config_movies.h + + #define IGATESCAN all + +#end lib_target +