@ -1,12 +1,11 @@
# src/makefiles/Makefile.win32
# src/makefiles/Makefile.win32
# Use replacement include files for those missing on Win32
o v e r r i d e CPPFLAGS += " -I $( top_srcdir) /src/include/port/win32 "
i f d e f P G X S
i f d e f P G X S
BE_DLLLIBS = -L$( libdir) -lpostgres
BE_DLLLIBS = -L$( libdir) -lpostgres
o v e r r i d e CPPFLAGS += -I$( includedir_server) /port/win32
e l s e
e l s e
BE_DLLLIBS = -L$( top_builddir) /src/backend -lpostgres
BE_DLLLIBS = -L$( top_builddir) /src/backend -lpostgres
o v e r r i d e CPPFLAGS += " -I $( top_srcdir) /src/include/port/win32 "
e n d i f
e n d i f
AROPT = crs
AROPT = crs
@ -44,11 +43,6 @@ ifneq (,$(findstring src/pl/plpython,$(subdir)))
o v e r r i d e CPPFLAGS += -DUSE_DL_IMPORT
o v e r r i d e CPPFLAGS += -DUSE_DL_IMPORT
e n d i f
e n d i f
# special win32 headers are provided here
i f d e f P G X S
o v e r r i d e CPPFLAGS += -I$( includedir_server) /port/win32
e n d i f
# it is better to install shared-libraries anyway?
# it is better to install shared-libraries anyway?
# may be overriden with make MAKE_DLL=false install
# may be overriden with make MAKE_DLL=false install
i f n d e f M A K E _ D L L
i f n d e f M A K E _ D L L