Sources.pp 802 B

12345678910111213141516171819202122
  1. // DIR_TYPE "metalib" indicates we are building a shared library that
  2. // consists mostly of references to other shared libraries. Under
  3. // Windows, this directly produces a DLL (as opposed to the regular
  4. // src libraries, which don't produce anything but a pile of OBJ files
  5. // under Windows).
  6. #define DIR_TYPE metalib
  7. #define BUILDING_DLL BUILDING_PANDAGLES
  8. #define BUILD_DIRECTORY $[HAVE_GLES]
  9. #define COMPONENT_LIBS \
  10. p3glesgsg p3egldisplay p3androiddisplay
  11. #define LOCAL_LIBS p3gsgbase p3display p3express
  12. #define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
  13. p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
  14. #begin metalib_target
  15. #define TARGET pandagles
  16. #define SOURCES pandagles.cxx pandagles.h
  17. #define INSTALL_HEADERS pandagles.h
  18. #end metalib_target