poco/Foundation/samples/base64decode/Makefile

18 lines
301 B
Makefile
Raw Normal View History

2006-10-23 17:48:43 +02:00
#
# Makefile
#
2006-12-22 10:51:53 +01:00
# $Id: //poco/1.3/Foundation/samples/base64decode/Makefile#1 $
2006-10-23 17:48:43 +02:00
#
# Makefile for Poco base64decode
#
include $(POCO_BASE)/build/rules/global
objects = base64decode
target = base64decode
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec