Sources.pp 780 B

1234567891011121314151617181920
  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_BULLET]
  8. #define BUILDING_DLL BUILDING_PANDABULLET
  9. #define COMPONENT_LIBS p3bullet
  10. #define LOCAL_LIBS p3linmath p3putil p3express
  11. #define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
  12. p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
  13. #begin metalib_target
  14. #define TARGET pandabullet
  15. #define SOURCES pandabullet.cxx pandabullet.h
  16. #define INSTALL_HEADERS pandabullet.h
  17. #end metalib_target