unbundled build fixes

This commit is contained in:
alex
2013-01-05 00:04:09 -06:00
parent 8a44e75187
commit 161ea4ec18
32 changed files with 144 additions and 18 deletions

View File

@@ -15,3 +15,8 @@ target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lexpat
endif

View File

@@ -15,3 +15,8 @@ target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lexpat
endif

View File

@@ -15,3 +15,7 @@ target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lexpat
endif