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/05/30 14:59:35 @@ -32,4 +32,8 @@ 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 +endif + override javadir := '$(shell cygpath -w $(javadir))'