mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
66 lines
3.1 KiB
Plaintext
66 lines
3.1 KiB
Plaintext
# The contents of this file are subject to the Interbase Public
|
|
# License Version 1.0 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy
|
|
# of the License at http://www.Inprise.com/IPL.html
|
|
#
|
|
# Software distributed under the License is distributed on an
|
|
# "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
|
|
# or implied. See the License for the specific language governing
|
|
# rights and limitations under the License.
|
|
#
|
|
# The Original Code was created by Inprise Corporation
|
|
# and its predecessors. Portions created by Inprise Corporation are
|
|
# Copyright (C) Inprise Corporation.
|
|
#
|
|
# All Rights Reserved.
|
|
# Contributor(s): Blas Rodriguez Somoza
|
|
# Start of file prefix.mingw: $(VERSION) $(PLATFORM)
|
|
#
|
|
# 2003-Sep-27 BRS Removed IPSERVER after XNET is included
|
|
#
|
|
|
|
# To build with ipserver use the following two lines instead the uncommented ones
|
|
# PROD_FLAGS=-O2 -march=i586 -mcpu=i686 -DMINGW -mno-cygwin -mthreads -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DMAXPATHLEN=255 -DWIN32_LEAN_AND_MEAN -MMD
|
|
# DEV_FLAGS=-ggdb -march=i586 -mcpu=i686 -DMINGW -mno-cygwin -mthreads -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DMAXPATHLEN=255 -DDEBUG_GDS_ALLOC -DWIN32_LEAN_AND_MEAN -MMD
|
|
|
|
PROD_FLAGS=-O2 -march=i586 -mcpu=i686 -DMINGW -mno-cygwin -mthreads -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DMAXPATHLEN=255 -DWIN32_LEAN_AND_MEAN -MMD
|
|
DEV_FLAGS=-ggdb -march=i586 -mcpu=i686 -DMINGW -mno-cygwin -mthreads -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DMAXPATHLEN=255 -DDEBUG_GDS_ALLOC -DWIN32_LEAN_AND_MEAN -MMD
|
|
|
|
PLATFORM_PATH=jrd/os/win32
|
|
|
|
JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp
|
|
|
|
OS_SPECIFIC_Files=thd_priority.cpp
|
|
|
|
OS_ServerFiles= os/win32/srvr_w32 os/win32/window.cpp os/win32/chop.cpp os/win32/property.cpp os/win32/ibconfig.cpp os/win32/cntl.cpp
|
|
|
|
LIB_LINK_OPTIONS:=-shared -Wl,--add-stdcall-alias
|
|
LIB_LINK_RPATH:=-Wl,-rpath,
|
|
LIB_LINK_SONAME:=-Wl,-soname,
|
|
# Generation of fbclient_ms.lib
|
|
LIB_LINK_IMPLIB:=-Wl,--out-implib,firebird/lib/fbclient_ms.lib
|
|
LIB_GUI:= -mwindows -lcomctl32 -lgdi32
|
|
|
|
EMBED_UTIL_TARGETS:=gstat gsec nbackup fb_lock_print
|
|
CLIENT_UTIL_TARGETS:=gstat gsec ibguard instsvc instreg nbackup fb_lock_print
|
|
# To build with ipserver uncomment the following line
|
|
# WIN_IPSERVER_Files:=ipserver.cpp alli.cpp
|
|
|
|
Physical_IO_Module=os/win32/winnt.cpp
|
|
|
|
# Add resources to some files
|
|
FilesToAddVersionInfo=$(LIBFBEMBED_SO) $(LIBFBCLIENT_SO) $(LIBFBINTL_SO) \
|
|
$(GSTAT) $(GSEC) $(GFIX) $(QLI) $(ISQL) $(GBAK) $(GPRE)
|
|
# TODO: guardians also must be here
|
|
FilesToAddDialog=$(FB_SUPER_SERVER) $(FB_CLASSIC_SERVER)
|
|
FilesToAddDialog2=$(IBGUARD)
|
|
|
|
# Override library names to suppress 'lib'-prefix
|
|
LIBFBINTL_SO := $(patsubst %libfbintl.dll,%fbintl.dll,$(LIBFBINTL_SO))
|
|
ClientLibraryName := $(patsubst lib%,%,$(ClientLibraryName))
|
|
|
|
# Override library names to suppress version suffix
|
|
ClientLibraryNameFull := $(ClientLibraryName)
|
|
ClientLibraryNameMajor := $(ClientLibraryName)
|
|
|