1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 20:17:15 +01:00

16 lines
246 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco Mail
#
include $(POCO_BASE)/build/rules/global
objects = Mail
target = Mail
target_version = 1
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec