Sources.pp 735 B

1234567891011121314151617181920212223
  1. #define BUILD_DIRECTORY $[HAVE_DX9]
  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_PANDADX
  9. #define COMPONENT_LIBS \
  10. p3dxgsg9
  11. #define LOCAL_LIBS p3gsgbase p3display p3express p3gobj
  12. #define OTHER_LIBS p3dtoolconfig p3dtool
  13. #begin metalib_target
  14. #define TARGET pandadx9
  15. #define SOURCES pandadx9.cxx
  16. #define WIN_SYS_LIBS \
  17. ddraw dxguid winmm \
  18. kernel32 gdi32 user32 advapi32 $[WIN_SYS_LIBS]
  19. #end metalib_target