8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

104 Commits

Author SHA1 Message Date
brodsom
3acf7023dc -To solve the dsc.h and ibase.h duplicated definitions
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 11:22:23 +00:00
brodsom
e9444b9311 -Modify object generation to be dependent on type (boot, std, superserver and superclient) not module. This saves 8% time in a full build.
-Add sqlda_pub.h to monolithic ibase
-Correct refDatabases symbols to avoid repeated generation of executables.
2004-04-30 23:02:07 +00:00
brodsom
acbf2cc904 Remove references to gds.h, gds.hxx and gdsold.h from builds 2004-04-27 12:38:57 +00:00
skidder
f26d84f76b 1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets 2004-03-25 23:12:50 +00:00
brodsom
90ccb542cf Fix Posix build after
- utils.cpp creation
- WAL/JOURNAL removal
2004-01-07 00:31:32 +00:00
brodsom
6fb1964481 Add journal and archive to posix build 2003-11-05 16:53:37 +00:00
skidder
f984bdc93d Build and install libfbclient.so in Linux CS 2003-10-28 17:58:12 +00:00
brodsom
1b5b4fd245 Add gdef and qli to posix ss build (needed for the tcs) 2003-10-20 01:45:06 +00:00
brodsom
9efbcc7ff5 Solve fbudf build in MinGW 2003-09-27 23:29:07 +00:00
skidder
1bce3be919 Make Firebird 2.0 Linux CS install prefix-aware and secure 2003-09-23 22:38:48 +00:00
alexpeshkoff
089c7d06df fix posix SS build - script files are copied for both SS and CS 2003-09-05 10:05:28 +00:00
brodsom
d5d94c145d Solve the examples failure in Linux build 2003-08-03 23:18:57 +00:00
brodsom
8722e3d801 Restore examples build (and add intlbld) 2003-07-17 02:15:46 +00:00
brodsom
1b351afee9 Move examples builds to examples directory 2003-07-11 13:31:08 +00:00
brodsom
08b589c322 Updates 2003-07-11 02:28:45 +00:00
brodsom
9372423a62 Corrections 2003-07-09 00:46:55 +00:00
brodsom
5e92f5f9b5 Posix build move build process and temporary databases to 'gen' 2003-07-08 12:24:12 +00:00
brodsom
41497ef6d8 -Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-08 01:05:22 +00:00
eku
02c8b57d75 Use predefined macros from make.defaults! 2003-04-10 06:34:24 +00:00
aafemt
d266ad6452 Public headers don't use pathes in #include directives any more. Now they can be provided 'as is' 2003-04-08 10:25:30 +00:00
aafemt
ca2a9cc333 fix typo 2003-04-07 10:14:17 +00:00
aafemt
a831b7838e Ironing POSIX build 2003-03-27 11:21:47 +00:00
aafemt
793ce67c72 Version information is concentrated in src/misc/writeBuildNum.sh 2003-03-20 11:11:55 +00:00
eku
ceb9d33c9d Changed the default extensions for databases from .gdb to .fdb
The Windows and OS X builds have not been updated yet.
2003-03-17 12:06:48 +00:00
eku
6cbd82fea8 Editline changes:
o got a FB-compliant makefile
 o uses configure
 o eventually compiles on SINIX-Z
2003-03-12 12:39:58 +00:00
brodsom
58a86432a3 Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
2003-03-05 16:19:08 +00:00
eku
5ffe65acc2 Since PYXIS support has gone some time ago, remove it from the Makefiles as
well.
2003-02-24 09:52:33 +00:00
dimitr
6c4efa34c9 Damn, my own typo caused another one. The extension should be "fdb". 2003-02-10 11:54:30 +00:00
eku
1a9a258234 Renamed isc4.gdb to security.gdb (POSIX builds) 2003-02-10 11:01:23 +00:00
skidder
6e8a13c82b Make engine compile on POSIX again 2003-01-04 17:10:43 +00:00
nmcc
5c41478523 Do not replace users exisiting LD_LIBRARY_PATH 2002-12-29 14:59:40 +00:00
nmcc
5f683c8f8f Remove gpre generated files when doing a make clean. 2002-12-22 19:45:45 +00:00
skidder
9b57d8b649 Several little changes to make engine compilable again on Linux 2002-12-16 21:19:51 +00:00
skidder
5422d7af64 Little changes to build stable Linux packages 2002-12-11 20:52:59 +00:00
nmcc
1517ddec96 add clean_config and clean_makefiles targets. 2002-12-09 01:43:21 +00:00
eku
eed374c06a Autoconf:
o added tests for nttab.h sys/mntent.h sys/mnttab.h
 o added tests for getcwd getwd setmntent getmntent
 o ISC_PREFIX renamed to FB_PREFIX
 o major code cleanup in src/jrd/isc_file.cpp

Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 13:23:00 +00:00
skywalker
7ece01fde7 Build ibase.h distribution file correctly 2002-11-16 03:14:26 +00:00
skywalker
186bb83591 Change rpmbuild to not need root access
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-16 02:17:16 +00:00
eku
616c134010 Editline cleanup:
o removed obsolete readline tests
 o renamed readline into editline
 o editline is not enabled by default, enabled with '--with-editline'
2002-11-13 07:07:58 +00:00
eku
7666ebb334 Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 13:09:20 +00:00
skywalker
5f475b8225 add firebird.conf into files moved to install area 2002-11-07 16:54:47 +00:00
nmcc
67e35ff1f8 Add extern sub directory to make clean target. 2002-11-05 01:51:24 +00:00
skidder
8e6622a20e Merging changes from skidder branch - explicit locks, savepoints, build system changes 2002-10-29 20:20:44 +00:00
eku
1e92334848 Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2002-10-10 06:47:05 +00:00
skywalker
f35570a03b A few makefile dependancies fixed.
Started work on upgrading rpm build scripts
Fix makefiles for super build
Exchange editline for readline in isql
2002-10-07 01:29:13 +00:00
eku
8f561e9c06 Build and distribute 'gdef'. 2002-10-02 12:43:16 +00:00
eku
9cf71556b3 Fixed the naming of some files:
interbase.msg => firebird.msg
 interbase.log => firebird.log

SINIX-Z: don't distribute build programms
2002-09-20 10:23:15 +00:00
skidder
7e50e296b4 Fix build engine to make PROD_BUILD compile 2002-09-19 15:25:38 +00:00
skidder
fa187c0faf Makefile for examples is broken. Do not compile it 2002-09-10 18:22:12 +00:00
eku
6fcea58994 Fixed C&P error that prevented ISQL from beeing compiled. 2002-09-09 05:48:22 +00:00
eku
5a73f83acb Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture. 2002-09-03 13:24:21 +00:00
fsg
b3668751f6 Some minor fixes to get it compiled under linux again,
some of them submitted by Nickolay Samofatov
2002-08-31 09:25:14 +00:00
skywalker
c8d8db2ba1 More changes to make fb2 compile on linux work with new build structure 2002-08-05 07:14:54 +00:00
skywalker
cc0eb3f21a This time for sure - 4th generation main change this time was to incorperate
the super build as well as classic into fb2.
2002-07-29 15:04:06 +00:00