Sources.pp 220 B

12345678910111213
  1. #define BUILDING_DLL BUILDING_DTOOLCONFIG
  2. #define LOCAL_LIBS dtoolbase
  3. #begin lib_target
  4. #define TARGET pystub
  5. #define SOURCES \
  6. pystub.cxx pystub.h
  7. #define INSTALL_HEADERS \
  8. pystub.h
  9. #end lib_target