Support C preprocessor flags in firebird build system
-
Key: CORE-3727
URL: http://tracker.firebirdsql.org/browse/CORE-3727
Project: Firebird Core
Issue Type: Improvement
Componen
Morning,
On 11/01/12 17:54, Lawrence Bridger wrote:
> I am trying to migrate from 1.5 to 2.5. 1.5 is linux based and the 2.5
> is on a Windows platform. I am updating a c program that writes data to
> a table. When I try to run the program using the 2.5 version of the db,
> I get the following err
On 01/12/12 13:02, Frank Schlottmann-Gödde wrote:
> On 11/01/12 10:14, Frank Schlottmann-Gödde wrote:
> > Thank you, Alex and Michal, I will try your suggestions this evening and
> > report back.
>
>
>
> -$(EXE_LINK) $(EXE_LINK_OPTIONS) $^ -o $@ $(FIREBIRD_LIBRARY_LINK)
> $(LINK_LIBS) $(LIBEDI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/01/12 10:14, Frank Schlottmann-Gödde wrote:
> Thank you, Alex and Michal, I will try your suggestions this evening and
> report back.
- - $(EXE_LINK) $(EXE_LINK_OPTIONS) $^ -o $@ $(FIREBIRD_LIBRARY_LINK)
$(LINK_LIBS) $(LIBEDITLINE)
+
On 01/11/12 21:54, Lawrence Bridger wrote:
> Hello
>
> I have failed to get a response to the problem below from
> '[email protected]'
> and wondered if anyone can help.
>
> I am trying to migrate from 1.5 to 2.5. 1.5 is linux based and the 2.5 is on
> a Windows platform. I am