mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
922fb39787
Fix #3349
15 lines
295 B
Makefile
15 lines
295 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco ActiveRecord Compiler
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Parser CodeGenerator HeaderGenerator ImplGenerator Compiler
|
|
|
|
target = poco-arc
|
|
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|