Sources.pp 737 B

1234567891011121314151617181920212223242526
  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 BUILD_DIRECTORY $[HAVE_ODE]
  8. #define BUILDING_DLL BUILDING_PANDAODE
  9. #define COMPONENT_LIBS \
  10. p3ode
  11. #define LOCAL_LIBS p3pgraph
  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 pandaode
  16. #define SOURCES pandaode.cxx pandaode.h
  17. #define INSTALL_HEADERS pandaode.h
  18. #end metalib_target