mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
18 lines
306 B
Makefile
18 lines
306 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/template/library.make#3 $
|
|
#
|
|
# Makefile for Poco ExtJS
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = <SourceFilesHere>
|
|
|
|
target = PocoExtJS
|
|
target_version = $(LIBVERSION)
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|