initial import

This commit is contained in:
Guenter Obiltschnig
2006-07-11 16:33:40 +00:00
commit f476bd6b32
1463 changed files with 242402 additions and 0 deletions

17
Net/samples/dict/Makefile Normal file
View File

@@ -0,0 +1,17 @@
#
# Makefile
#
# $Id: //poco/1.1.0/Net/samples/dict/Makefile#1 $
#
# Makefile for Poco dict
#
include $(POCO_BASE)/build/rules/global
objects = dict
target = dict
target_version = 1
target_libs = PocoFoundation PocoXML PocoNet PocoUtil
include $(POCO_BASE)/build/rules/exec