mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
Cygwin cygPoco*.dll should be on PATH for executing the PageCompiler
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
43d01461bc
commit
435a9dea9d
@ -8,10 +8,15 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
# Cygwin Poco*.dll should be on PATH
|
||||
ifeq ($(OSNAME), CYGWIN)
|
||||
PATH :=$(POCO_BASE)/lib/$(OSNAME)/$(OSARCH):$(PATH)
|
||||
endif
|
||||
|
||||
# Where to find the PageCompiler executable
|
||||
PAGECOMPILER = $(POCO_BASE)/PageCompiler/bin/$(POCO_HOST_OSNAME)/$(POCO_HOST_OSARCH)/cpspc
|
||||
|
||||
objects = HTTPTimeServerApp TimeHandler
|
||||
objects = HTTPTimeServerApp TimeHandler
|
||||
|
||||
target = HTTPTimeServer
|
||||
target_version = 1
|
||||
|
Loading…
Reference in New Issue
Block a user