2002-11-06 13:58:45 +01:00
|
|
|
# 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): ______________________________________.
|
|
|
|
# Start of file prefix.win32: $(VERSION) $(PLATFORM)
|
|
|
|
|
2002-11-30 16:08:09 +01:00
|
|
|
PROD_FLAGS=-O2 -mno-cygwin -fcheck-new -DWIN32_LEAN_AND_MEAN -MMD
|
2002-12-12 13:08:51 +01:00
|
|
|
DEV_FLAGS=-ggdb -mno-cygwin -fcheck-new -DDEBUG_GDS_ALLOC -DWIN32_LEAN_AND_MEAN -MMD -Wall
|
2002-11-12 15:06:07 +01:00
|
|
|
|
|
|
|
PLATFORM_PATH=jrd/os/win32
|
2002-12-12 13:08:51 +01:00
|
|
|
|
|
|
|
JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp
|
|
|
|
|
2002-12-29 02:38:20 +01:00
|
|
|
LIB_LINK_OPTIONS:=-shared
|
2002-12-05 17:15:05 +01:00
|
|
|
LIB_LINK_RPATH:=-Wl,-rpath,
|
|
|
|
LIB_LINK_SONAME:=-Wl,-soname,
|