Sources.pp 619 B

123456789101112131415161718192021
  1. #define DIRECTORY_IF_RIB yes
  2. // DIR_TYPE "metalib" indicates we are building a shared library that
  3. // consists mostly of references to other shared libraries. Under
  4. // Windows, this directly produces a DLL (as opposed to the regular
  5. // src libraries, which don't produce anything but a pile of OBJ files
  6. // under Windows).
  7. #define DIR_TYPE metalib
  8. #define BUILDING_DLL BUILDING_PANDARIB
  9. #define COMPONENT_LIBS \
  10. ribgsg ribdisplay
  11. #define LOCAL_LIBS gsgbase display express
  12. #define OTHER_LIBS dtoolconfig dtool
  13. #begin metalib_target
  14. #define TARGET pandarib
  15. #define SOURCES pandarib.cxx
  16. #end metalib_target