alexpeshkoff
f92ae11948
Pass through CFLAGS, set for ./configure. This is minimum cross-build support.
...
It makes it possible to build, for example, for i386 on amd64 linux. Just use:
./configure CFLAGS=-m32 --host=i386-cross-linux
or, certainly:
./autogen.sh CFLAGS=-m32 --host=i386-cross-linux
Should also help when doing builds in other cases when 32/64 bit choice is possible.
2008-01-04 17:34:46 +00:00
alexpeshkoff
74724c0566
Frontported fix for CORE-1674: Wrong access rights in doc subdirectory
2008-01-04 15:14:54 +00:00
asfernandes
0ee85c7525
Misc
2007-12-28 00:14:00 +00:00
paulbeach
7db090f19e
Apply MacOS changes to HEAD
2007-12-27 12:19:52 +00:00
paulbeach
4a2f1647fe
Apply MacOS changes to HEAD
2007-12-27 10:55:58 +00:00
robocop
e1187273c8
Totally misc.
2007-12-22 09:36:52 +00:00
asfernandes
c27c33d750
Misc
2007-12-22 00:53:39 +00:00
paul_reeves
d3a5c1f6f8
MInor tweaks to a) speed up testing the installer, and b) document the available options.
2007-12-21 12:22:22 +00:00
paul_reeves
50d5e101ed
Add support to build VCRT merge modules. These files are VC8 specific, and technically they belong under the 'install\arch-specific\win32\msvc8' directory. But that directory does not exist (and may never exist), so they can be parked here for the time being.
2007-12-21 12:21:25 +00:00
paul_reeves
512f5f881a
Add support to deploy VCRT libraries via msi, if windows installer 3.0 is available.
2007-12-21 12:10:16 +00:00
paulbeach
256c0ba277
Apply MacOS changes to HEAD
2007-12-20 11:34:29 +00:00
paul_reeves
bf99212d84
Add some generic functions to test for host O/S
2007-12-19 14:07:13 +00:00
dimitr
6720a8600b
Just better English. Credits go to Helen.
2007-12-19 13:40:39 +00:00
paul_reeves
bcfd8860ce
Implement feature request CORE-548
...
Installer now generates a help screen when passed /?, /h or /help on the command-line
2007-12-19 13:34:34 +00:00
paulbeach
91c4f3734e
Apply MacOS changes to HEAD
2007-12-19 13:25:49 +00:00
alexpeshkoff
4816dbe061
1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link executables instead of plain LD.
...
2. Fron-ported fix for broken in ALt-Linux ld - changed order of libraries in command line.
2007-12-14 11:32:06 +00:00
paul_reeves
74b3502494
Fix build
2007-12-13 11:04:58 +00:00
paulbeach
18dcda1ab9
Fix MacOS install typo
2007-12-10 11:13:53 +00:00
asfernandes
66e179cfe7
Misc
2007-12-09 13:09:58 +00:00
robocop
5aeb5aa99c
Misc.
2007-12-08 07:46:23 +00:00
paulbeach
d1a0e95271
MacOS 10.5 (Leopard) updates
2007-12-07 12:19:37 +00:00
robocop
8a7da83a18
Follow VC8 changes.
2007-12-04 08:36:09 +00:00
alexpeshkoff
f4dc0c29cb
Multi-instancing in SlackWare
2007-12-03 16:11:46 +00:00
alexpeshkoff
1a83a0f90d
Comment
2007-12-03 15:48:52 +00:00
dimitr
cc15362a03
Some practice in the English language :-)
2007-11-29 18:45:58 +00:00
hvlad
c2800e66e8
Implement CORE-1625 : Implement new setting to relax strict SQL standard's alias checking rules
2007-11-29 17:53:38 +00:00
alexpeshkoff
dc17b59e87
Multi-instancing support in generic startup file for super-server.
2007-11-27 07:45:37 +00:00
alexpeshkoff
ba77f62858
Multi-instance support for Mandriva/Mandrake/Redhat/Fedora
2007-11-26 15:41:34 +00:00
alexpeshkoff
3b638b124b
misc
2007-11-26 15:40:23 +00:00
hvlad
8e52da6e14
Make instreg independent from common
2007-11-26 12:32:23 +00:00
alexpeshkoff
206786df6e
Added minimum multi-instance support
2007-11-19 13:21:51 +00:00
alexpeshkoff
9310dfd260
frontported change in startup script
2007-11-19 13:20:59 +00:00
robocop
2d2b8cf718
Misc.
2007-11-17 10:18:10 +00:00
asfernandes
54b36766c0
Misc
2007-11-17 00:38:16 +00:00
alexpeshkoff
6af3bfc4e9
Fixed VC7 build
2007-11-15 13:29:57 +00:00
paulbeach
94033a9cc2
HPUX Port
2007-11-15 08:20:12 +00:00
dimitr
ae790e61bc
Fixed the CPL applet linkage (made it static instead of dynamic).
...
This is the only project that overrides the common property sheets (in terms of linkage).
2007-11-14 10:02:33 +00:00
dimitr
0f4023ee6e
Fixed linkage issues.
2007-11-13 15:01:26 +00:00
dimitr
4f48b4e61a
Re-enable the dynamic linkage for the release builds as well. This should solve both CORE-1587 and CORE-1590.
2007-11-13 14:09:46 +00:00
robocop
3fc16e5848
Fix the VC6 project files.
2007-10-29 03:22:13 +00:00
asfernandes
8df237433f
Correction - there was a \0 byte in this file
2007-10-28 23:41:37 +00:00
skidder
9f6743102a
Correction
2007-10-28 18:03:40 +00:00
skidder
2619fd6532
Allow local protocol to work with servers running both under restricted accounts (e.g. Vista regular user) and unrestricted accounts (e.g. LocalService)
2007-10-28 15:00:49 +00:00
asfernandes
9dd863d6d7
Create class to buffer random bytes generation as process of generate many small random bytes is slow - thanks to Nickolay
2007-10-28 14:54:16 +00:00
skidder
1a8e6e55be
Fix broken MSVC 2005 build. The problem was about the GUIDs in solution file
...
not matching the ones in project files causing VS to kill dependencies in SLN file during the build.
Tested against recent MSVC 8.0.50727.867
2007-10-26 10:44:57 +00:00
robocop
5db43d6e6c
Add fbsvcmgr project to VC6.
2007-10-25 04:01:21 +00:00
robocop
08ddfb000d
Misc.
2007-10-24 06:13:08 +00:00
alexpeshkoff
3c7d1cc0c1
misc
2007-10-17 14:03:13 +00:00
alexpeshkoff
0aeed96c56
Added project to build fbsvcmgr using VC7
2007-10-17 14:02:18 +00:00
paul_reeves
29e36a883c
Be sure to include manifest for wow64
2007-10-17 13:05:44 +00:00