📄 makefile.port
字号:
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.10 2006/06/22 23:50:35 tgl Exp $# Use replacement include files for those missing on Win32override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"DLLTOOL= dlltoolDLLWRAP= dllwrapifdef PGXSBE_DLLLIBS= -L$(libdir) -lpostgreselseBE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgresendifAROPT = crsDLSUFFIX = .dllCFLAGS_SL =%.dll: %.o $(DLLTOOL) --export-all --output-def $*.def $< $(DLLWRAP) -o $@ --def $*.def $< $(SHLIB_LINK) rm -f $*.defifneq (,$(findstring backend,$(subdir)))ifeq (,$(findstring conversion_procs,$(subdir)))override CPPFLAGS+= -DBUILDING_DLLendifendififneq (,$(findstring timezone,$(subdir)))override CPPFLAGS+= -DBUILDING_DLLendififneq (,$(findstring ecpg/ecpglib,$(subdir)))override CPPFLAGS+= -DBUILDING_DLLendif# required by Python headersifneq (,$(findstring src/pl/plpython,$(subdir)))override CPPFLAGS+= -DUSE_DL_IMPORTendif# special win32 headers are provided hereifdef PGXSoverride CPPFLAGS+= -I$(includedir_server)/port/win32endif# it is better to install shared-libraries anyway?# may be overriden with make MAKE_DLL=false installifndef MAKE_DLLMAKE_DLL = trueendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -