1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-06-30 13:47:09 +02:00

Update POCO to 1.11.0

This commit is contained in:
Sandu Liviu Catalin
2021-08-22 18:07:06 +03:00
parent 151077c799
commit 7a3d92d1d1
450 changed files with 25219 additions and 6528 deletions
+2 -4
View File
@@ -5,15 +5,13 @@
#
include $(POCO_BASE)/build/rules/global
include $(POCO_BASE)/PageCompiler/PageCompiler.make
# Cygwin Poco*.dll should be on PATH
ifeq ($(OSNAME), CYGWIN)
PATH :=$(LIBPATH):$(PATH)
endif
# Where to find the PageCompiler executable
PAGECOMPILER = $(POCO_BUILD)/PageCompiler/bin/$(OSNAME)/$(OSARCH)/cpspc
objects = HTTPTimeServerApp TimeHandler
target = HTTPTimeServer
@@ -29,4 +27,4 @@ endif
# Rule for runnning PageCompiler
src/%.cpp: src/%.cpsp
@echo "** Compiling Page" $<
$(SET_LD_LIBRARY_PATH) $(PAGECOMPILER) $<
$(SET_LD_LIBRARY_PATH) $(PAGE_COMPILER) $<