1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-12 23:10:22 +01:00

18 lines
326 B
Makefile
Raw Normal View History

2006-10-23 15:48:43 +00:00
#
# Makefile
#
2006-12-22 09:31:08 +00:00
# $Id: //poco/Main/Foundation/samples/BinaryReaderWriter/Makefile#5 $
2006-10-23 15:48:43 +00:00
#
# Makefile for Poco BinaryReaderWriter
#
include $(POCO_BASE)/build/rules/global
objects = BinaryReaderWriter
target = BinaryReaderWriter
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec