On Mon, Jun 30, 2008 at 1:29 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > 2008-06-30 13:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > * contrib/hbapollo/Makefile ...
the "problem" I still see is that we need not only the INCLUDE path but also the LIB path expecially under Windows mingw. Under *nix all the libs are are in the /usr/lib but under Windows we cannot count on it. So if we take gnuwin32 as a reference, we would need to define the "prefix" sth like c:\gnu\pgsql and use c:\gnu\pgsql\include in C_USR += -I... and c:\gnu\pgsql\lib in the hb-func.sh so that hbmk can create an executable that uses pgsql. Also we have other architectures f.e. darwin so adding default paths only for linux inside the single Makefiles is not enough. best regards, Lorenzo _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour