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

290 Commits

Author SHA1 Message Date
dimitr
ebb101faaf Updated win32 build. 2003-04-13 12:14:47 +00:00
paul_reeves
6ae2b2260e Add a (very) little documentation to some of the Win32 .bat files. Improve blrtable.bat's manners (and of course get it to compile blrtable again.) 2003-04-11 10:32:24 +00:00
dimitr
4a14241af1 Fixed win32 build. 2003-04-11 05:17:24 +00:00
eku
9a930f8e74 Fixed typo: LN_S->LN 2003-04-10 07:50:03 +00:00
eku
02c8b57d75 Use predefined macros from make.defaults! 2003-04-10 06:34:24 +00:00
dimitr
b9ebefef71 Fixed win32 build. 2003-04-09 10:08:36 +00:00
brodsom
ef65afb5fd Update MINGW readme 2003-04-08 10:41:52 +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
5452162cee Better exampes' copying 2003-04-08 10:09:05 +00:00
aafemt
ca2a9cc333 fix typo 2003-04-07 10:14:17 +00:00
aafemt
e3929786dc Prevent static gbak from multiple build 2003-04-04 10:40:40 +00:00
eku
22eaacd6a7 SVR4 yacc doesn't support '-b' option. So use 'mv' to achieve the same
result.
2003-04-03 07:35:20 +00:00
brodsom
0368c1561b Filter crlf in windows platform 2003-04-02 22:24:47 +00:00
brodsom
7eff8768ae Update MINGW readme 2003-04-01 23:47:14 +00:00
aafemt
0c8daeb80d Improve Win32 build. Add resources to superserver 2003-03-31 10:29:16 +00:00
brodsom
4843534123 Update MINGW readme with a note about crash in v5_examples due to locking bug. 2003-03-28 13:53:51 +00:00
aafemt
c8d4cb0e14 Ironing POSIX build. Resources were added to some exe and dll's 2003-03-28 11:29:18 +00:00
aafemt
a831b7838e Ironing POSIX build 2003-03-27 11:21:47 +00:00
aafemt
d6a2945cac Remove obsolete files 2003-03-27 11:16:14 +00:00
brodsom
22cc2589dd Update instructions to build parse.cpp with bison. 2003-03-27 03:16:38 +00:00
brodsom
9de03bf380 Modify warning options. Remove unknown-pragmas and add format and signed compare 2003-03-27 03:14:02 +00:00
brodsom
97c76a8579 Correct typing errors 2003-03-26 11:08:18 +00:00
brodsom
f24c9b2f94 Update the MINGW readme after the event problem was resolved. 2003-03-25 13:24:48 +00:00
aafemt
ed3859c23b Another step towards MinGW CS build 2003-03-25 11:07:59 +00:00
brodsom
b15fac104a Remove WINDOWS_ONLY remains 2003-03-25 02:24:09 +00:00
brodsom
21545cd033 Remove wsock32.lib (thanks to Claudio) 2003-03-21 13:11:29 +00:00
aafemt
7e9e535a38 Few improvements for Win32 SS build procedure 2003-03-21 11:53:48 +00:00
aafemt
793ce67c72 Version information is concentrated in src/misc/writeBuildNum.sh 2003-03-20 11:11:55 +00:00
dimitr
710d1af820 Fixed LD2_lookup issue. 2003-03-19 08:49:47 +00:00
dimitr
172c4099f3 Updated project files:
- moved gds32_debug.def
  - removed IB7 functions from compatibility gds32
2003-03-18 08:58:59 +00:00
dimitr
6670f695c3 Updated project files:
- moved gds32_debug.def
  - removed IB7 functions from compatibility gds32
2003-03-18 08:50:17 +00:00
brodsom
8a740d5dbb Changes to build with help.fdb 2003-03-18 03:05:49 +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
alexpeshkoff
70c9d082ba Now external tables are checked against directories list 2003-03-15 20:20:41 +00:00
skidder
277a2ec191 Fixup optimization flags to produce fastest possible but still correct binary 2003-03-15 16:52:04 +00:00
hippoman
d53bd781d4 * define SUPERSERVER. 2003-03-15 04:21:33 +00:00
hippoman
3ba182f42a * Added Batch build for msvc7 2003-03-15 02:58:37 +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
dimitr
dba900815f Updated project files. 2003-03-11 11:55:59 +00:00
brodsom
d3373a168e Modify MinGW instructions 2003-03-07 16:58:49 +00:00
brodsom
4e04044bb8 Update instructions, remove win_libs and give instructions to patch manually libfbclient and libfbembed 2003-03-06 23:25:32 +00:00
brodsom
8b595099e7 Update instructions 2003-03-06 23:20:31 +00:00
brodsom
37b2fb6957 Move cntl.cpp to OS_ServerFiles 2003-03-06 13:16:15 +00:00
brodsom
c7f5f1ee5a Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles 2003-03-06 00:43:32 +00:00
brodsom
f489a329b3 Changes for MinGW build.
-Build instructions.
2003-03-06 00:27:59 +00:00
brodsom
c37d9f64da Changes for MinGW build.
-Patch previous commit
2003-03-06 00:16:52 +00:00
brodsom
4e76ba9525 Add cntl.cpp 2003-03-05 20:59:06 +00:00
brodsom
0b4413db1b Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
-Add WIN_LIBS
2003-03-05 17:59:10 +00:00
brodsom
cac84229a4 Changes for MINGW build
-Add ipserver objects
2003-03-05 17:56:50 +00:00
brodsom
06a42806de Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
-Add some needed sources.
-Add WIN_LIBS
2003-03-05 17:16:32 +00:00