Sources.pp 644 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_DTOOLCONFIG
  8. #define COMPONENT_LIBS p3interrogatedb p3dconfig p3prc
  9. #define LOCAL_LIBS p3dtoolutil p3dtoolbase
  10. #define USE_PACKAGES python ssl
  11. #begin metalib_target
  12. #define TARGET p3dtoolconfig
  13. #define SOURCES dtoolconfig.cxx \
  14. $[if $[HAVE_PYTHON], pydtool.cxx]
  15. #end metalib_target