unixODBC Unicode support (compiles, not tested)

This commit is contained in:
Aleksandar Fabijanic
2008-01-05 20:47:42 +00:00
parent 6adc6346e6
commit 76079f5baa
15 changed files with 108 additions and 52 deletions

View File

@@ -5,6 +5,12 @@
#
# Makefile for Poco ODBC
#
# For Unicode support, add following to COMMONFLAGS:
#
# -DUNICODE
#
# Unicode is supported only for UnixODBC
#
include $(POCO_BASE)/build/rules/global