added PageCompiler

This commit is contained in:
Guenter Obiltschnig
2008-01-16 18:19:08 +00:00
parent 41c775b41d
commit fdc2e6c0eb
12 changed files with 1863 additions and 0 deletions

17
PageCompiler/Makefile Normal file
View File

@@ -0,0 +1,17 @@
#
# Makefile
#
# $Id: //poco/Main/PageCompiler/Makefile#1 $
#
# Makefile for Poco C++ Server Page Compiler
#
include $(POCO_BASE)/build/rules/global
objects = Page PageCompiler
target = cpspc
target_version = 1
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec