Skip to content

Commit

Permalink
Merge pull request #4050 from stkw0/devel
Browse files Browse the repository at this point in the history
rename arc -> poco_arc
  • Loading branch information
obiltschnig authored Jun 12, 2023
2 parents a00bfbe + 922fb39 commit 67d0c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ActiveRecord/Compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ActiveRecord/Compiler/Compiler.progen
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion ActiveRecord/Compiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 67d0c05

Please sign in to comment.