rename arc -> poco_arc

Fix #3349
This commit is contained in:
David Roman 2023-06-08 15:56:18 +02:00
parent 2a6434a86d
commit 922fb39787
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ endif()
add_executable(ActiveRecordCompiler ${SRCS})
set_target_properties(ActiveRecordCompiler
PROPERTIES
OUTPUT_NAME arc
OUTPUT_NAME poco-arc
)
target_link_libraries(ActiveRecordCompiler PUBLIC Poco::Foundation Poco::Util)

View File

@ -1,6 +1,6 @@
vc.project.guid = 84DD1CB5-4735-478A-B48E-5E4858F0E831
vc.project.name = Compiler
vc.project.target = arc
vc.project.target = poco-arc
vc.project.type = executable
vc.project.pocobase = ..\\..
vc.project.outdir = ${vc.project.pocobase}

View File

@ -8,7 +8,7 @@ include $(POCO_BASE)/build/rules/global
objects = Parser CodeGenerator HeaderGenerator ImplGenerator Compiler
target = arc
target = poco-arc
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec