Index: Makefile.win =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/makefiles/Makefile.win,v retrieving revision 1.13 diff -u -p -r1.13 Makefile.win --- Makefile.win 2001/05/25 15:48:33 1.13 +++ Makefile.win 2001/06/22 21:23:40 @@ -32,4 +32,9 @@ ifeq ($(findstring src/pl/plpython,$(sub override CPPFLAGS+= -DUSE_DL_IMPORT endif +ifeq ($(findstring src/interfaces/python,$(subdir)), src/interfaces/python) +override CPPFLAGS+= -DUSE_DL_IMPORT +SHLIB_LINK+= $(python_libspec) +endif + override javadir := '$(shell cygpath -w $(javadir))'