Makefile 329 B

1234567891011121314151617
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/Main/Data/samples/TypeHandler/Makefile#1 $
  5. #
  6. # Makefile for Poco Data TypeHandler sample
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. objects = TypeHandler
  10. target = TypeHandler
  11. target_version = 1
  12. target_libs = PocoDataSQLite PocoData PocoFoundation
  13. include $(POCO_BASE)/build/rules/exec