Sources.pp 663 B

12345678910111213141516171819
  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_PANDAFX
  8. #define COMPONENT_LIBS \
  9. p3distort p3effects
  10. #define LOCAL_LIBS p3putil p3express
  11. #define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
  12. p3dtoolbase:c p3dtoolutil:c p3dtool:m p3prc:c
  13. #begin metalib_target
  14. #define TARGET pandafx
  15. #define SOURCES pandafx.cxx
  16. #end metalib_target