mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Update POCO to 1.11.0
This commit is contained in:
14
vendor/POCO/ActiveRecord/Compiler/Makefile
vendored
Normal file
14
vendor/POCO/ActiveRecord/Compiler/Makefile
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# Makefile for Poco ActiveRecord Compiler
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = Parser CodeGenerator HeaderGenerator ImplGenerator Compiler
|
||||
|
||||
target = arc
|
||||
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
Reference in New Issue
Block a user