Sources.pp 1001 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #define OTHER_LIBS dtool
  2. #begin lib_target
  3. #define TARGET gui
  4. #define LOCAL_LIBS \
  5. putil display tform device pandabase dgraph sgattrib light gobj text
  6. #define SOURCES \
  7. config_gui.h config_gui.cxx \
  8. guiManager.h guiManager.I guiManager.cxx \
  9. guiRegion.h guiRegion.I guiRegion.cxx \
  10. guiLabel.h guiLabel.I guiLabel.cxx \
  11. guiItem.h guiItem.I guiItem.cxx \
  12. guiRollover.h guiRollover.I guiRollover.cxx \
  13. guiButton.h guiButton.I guiButton.cxx \
  14. guiFrame.h guiFrame.I guiFrame.cxx
  15. #define INSTALL_HEADERS \
  16. guiManager.h guiManager.I \
  17. guiRegion.h guiRegion.I \
  18. guiLabel.h guiLabel.I \
  19. guiItem.h guiItem.I \
  20. guiRollover.h guiRollover.I \
  21. guiButton.h guiButton.I \
  22. guiFrame.h guiFrame.I
  23. #define IGATESCAN \
  24. guiManager.h guiManager.I \
  25. guiRegion.h guiRegion.I \
  26. guiLabel.h guiLabel.I \
  27. guiItem.h guiItem.I \
  28. guiRollover.h guiRollover.I \
  29. guiButton.h guiButton.I \
  30. guiFrame.h guiFrame.I
  31. #end lib_target