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:
@@ -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) $<
|
||||
|
||||
Reference in New Issue
Block a user