]> granicus.if.org Git - postgresql/blob - src/template/cygwin
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / template / cygwin
1 # $PostgreSQL: pgsql/src/template/cygwin,v 1.7 2006/03/11 04:38:40 momjian Exp $
2
3 SRCH_LIB="/usr/local/lib"
4
5 # This is required to link pg_dump because it finds pg_toupper() in
6 # libpq and pgport
7 LDFLAGS="-Wl,--allow-multiple-definition -Wl,--enable-auto-import"
8 # --enable-auto-import gets rid of a diagnostics linker message
9 LDFLAGS_SL="-Wl,--enable-auto-import"