mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Misc.
This commit is contained in:
parent
2558037fbb
commit
a6d4ab83fb
@ -378,7 +378,7 @@ Name: {group}\Firebird Server; Filename: {app}\bin\fb_inet_server.exe; Parameter
|
|||||||
Name: {group}\Firebird Server; Filename: {app}\bin\fbserver.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallServerIcon; IconIndex: 0; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Superserver (without guardian)
|
Name: {group}\Firebird Server; Filename: {app}\bin\fbserver.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallServerIcon; IconIndex: 0; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Superserver (without guardian)
|
||||||
Name: {group}\Firebird Guardian; Filename: {app}\bin\fbguard.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallGuardianIcon; IconIndex: 1; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Super Server (with guardian)
|
Name: {group}\Firebird Guardian; Filename: {app}\bin\fbguard.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallGuardianIcon; IconIndex: 1; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Super Server (with guardian)
|
||||||
Name: {group}\Firebird ISQL Tool; Filename: {app}\bin\isql.exe; WorkingDir: {app}; MinVersion: 4.0,4.0; Comment: {cm:RunISQL}
|
Name: {group}\Firebird ISQL Tool; Filename: {app}\bin\isql.exe; WorkingDir: {app}; MinVersion: 4.0,4.0; Comment: {cm:RunISQL}
|
||||||
Name: {group}\Firebird 2.1.0 Release Notes; Filename: {app}\doc\Firebird_v2.1.0.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
Name: {group}\Firebird 2.5.0 Release Notes; Filename: {app}\doc\Firebird_v2.5.0.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
||||||
Name: {group}\Firebird 2.0.3 Release Notes; Filename: {app}\doc\Firebird_v2.0.1.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
Name: {group}\Firebird 2.0.3 Release Notes; Filename: {app}\doc\Firebird_v2.0.1.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
||||||
Name: {group}\Firebird 1.5.4 Release Notes; Filename: {app}\doc\Firebird_v1.5.4.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
Name: {group}\Firebird 1.5.4 Release Notes; Filename: {app}\doc\Firebird_v1.5.4.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes}
|
||||||
Name: {group}\Firebird 2.0 Quick Start Guide; Filename: {app}\doc\Firebird-2.0-QuickStart.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName}
|
Name: {group}\Firebird 2.0 Quick Start Guide; Filename: {app}\doc\Firebird-2.0-QuickStart.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
====================================
|
====================================
|
||||||
Firebird 2.1.0 (Windows Build)
|
Firebird 2.5.0 (Windows Build)
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
*** Beta 2 ***
|
*** Beta 2 ***
|
||||||
@ -16,7 +16,7 @@ o Reporting Bugs
|
|||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
Welcome to the second beta release of Firebird 2.1
|
Welcome to the ... release of Firebird 2.5
|
||||||
|
|
||||||
|
|
||||||
Intended Users
|
Intended Users
|
||||||
@ -74,7 +74,7 @@ Before you report a bug:
|
|||||||
|
|
||||||
Please don't use the Firebird-devel list for technical
|
Please don't use the Firebird-devel list for technical
|
||||||
support unless the question specifically relates to a
|
support unless the question specifically relates to a
|
||||||
new feature in Firebird 2.1
|
new feature in Firebird 2.5
|
||||||
|
|
||||||
|
|
||||||
Happy Testing!
|
Happy Testing!
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
# Contributor(s): ______________________________________.
|
# Contributor(s): ______________________________________.
|
||||||
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
|
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
|
||||||
#$Id: prefix.darwin_x86_64,v 1.3 2008-01-18 15:13:39 paulbeach Exp $
|
|
||||||
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
|
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
|
||||||
|
|
||||||
# To use this file to build 64bit version of Firebird for MacOS 10.5 (Leopard)
|
# To use this file to build 64bit version of Firebird for MacOS 10.5 (Leopard)
|
||||||
@ -46,7 +46,7 @@ LINK_OPTS:=-arch x86_64
|
|||||||
LD_FLAGS+=-arch x86_64
|
LD_FLAGS+=-arch x86_64
|
||||||
LIB_BUNDLE_OPTIONS:=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress
|
LIB_BUNDLE_OPTIONS:=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress
|
||||||
LIB_LINK_OPTIONS:=$(LD_FLAGS) -dynamiclib -flat_namespace
|
LIB_LINK_OPTIONS:=$(LD_FLAGS) -dynamiclib -flat_namespace
|
||||||
LIB_LINK_SONAME:=-current_version 2.1.0 -compatibility_version 2.1.0 -seg1addr 0x30000000
|
LIB_LINK_SONAME:=-current_version 2.5.0 -compatibility_version 2.5.0 -seg1addr 0x30000000
|
||||||
LIB_LINK_MAPFILE:=-Wl,-exported_symbols_list,
|
LIB_LINK_MAPFILE:=-Wl,-exported_symbols_list,
|
||||||
LINK_FIREBIRD_EMBED_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.embed.vers
|
LINK_FIREBIRD_EMBED_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.embed.vers
|
||||||
LINK_FIREBIRD_CLIENT_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.client.vers
|
LINK_FIREBIRD_CLIENT_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.client.vers
|
||||||
|
Loading…
Reference in New Issue
Block a user