Sources.pp 892 B

123456789101112131415161718192021222324
  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_PANDAGL
  8. #define BUILD_DIRECTORY $[HAVE_GL]
  9. #define COMPONENT_LIBS \
  10. p3glgsg p3x11display p3glxdisplay \
  11. p3wgldisplay p3osxdisplay p3cocoadisplay
  12. #define LOCAL_LIBS p3gsgbase p3display p3express
  13. #define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
  14. p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
  15. #begin metalib_target
  16. #define TARGET pandagl
  17. #define SOURCES pandagl.cxx pandagl.h
  18. #define INSTALL_HEADERS pandagl.h
  19. #define WIN_SYS_LIBS opengl32 winmm kernel32 user32 gdi32
  20. #end metalib_target