Sources.pp 593 B

123456789101112131415161718
  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_PANDAEXPRESS
  8. #define USE_NET yes
  9. #define COMPONENT_LIBS downloader event ipc express pandabase
  10. #define OTHER_LIBS dtoolconfig dtool
  11. #begin metalib_target
  12. #define TARGET pandaexpress
  13. #define SOURCES pandaexpress.cxx
  14. #end metalib_target