poco/MongoDB/samples/SQLToMongo/Makefile
Guenter Obiltschnig bee4024ca2 fixed Makefile
2013-07-22 14:25:56 +02:00

18 lines
267 B
Makefile

#
# Makefile
#
# $Id$
#
# Makefile for Poco MongoDB SQLToMongo
#
include $(POCO_BASE)/build/rules/global
objects = SQLToMongo
target = SQLToMongo
target_version = 1
target_libs = PocoMongoDB PocoNet PocoFoundation
include $(POCO_BASE)/build/rules/exec