Sources.pp 741 B

123456789101112131415161718192021
  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_PACKAGES p3net
  9. #define COMPONENT_LIBS p3downloader p3express p3pandabase
  10. #define OTHER_LIBS p3dconfig:c p3prc:c p3interrogatedb:c p3dtoolutil:c p3dtoolbase:c p3dtoolconfig:m p3dtool:m
  11. #begin metalib_target
  12. #define TARGET pandaexpress
  13. #define SOURCES pandaexpress.cxx
  14. #define WIN_SYS_LIBS \
  15. advapi32.lib ws2_32.lib $[WIN_SYS_LIBS]
  16. #end metalib_target