Sources.pp 791 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_PANDAGLES2
  8. #define BUILD_DIRECTORY $[HAVE_GLES2]
  9. #define COMPONENT_LIBS \
  10. p3gles2gsg egl2display
  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 pandagles2
  16. #define SOURCES pandagles2.cxx pandagles2.h
  17. #define INSTALL_HEADERS pandagles2.h
  18. #end metalib_target