[Open Office] New macro variable in solenv/inc/libs.mk

Tor Lillqvist tml at novell.com
Sat Jun 24 11:38:17 EDT 2006


lö 2006-06-24 klockan 14:41 +0000 skrev Tor Lillqvist:

> You forgot to add the corresponding definition to the Windows half of
> libs.mk. I think 
> LIBLPSOLVE = $(LIBPRE) ilpsolve55.lib
> is the correct way to do it. Can't say yet whether it works, my HEAD
> build is still ongoing.

Actually, it should be:

LPSOLVELIB = $(LIBPRE) liblpsolve55.lib

as that is what the MSVC build in lpsolve produces.

One also needs to make lpsolve use MSVC to build itself instead of the
Cygwin gcc..., in lpsolve-makefile-mk.diff, this seems to help:

+.IF "$(GUI)"=="WNT"
+BUILD_ACTION=cmd /c cvc6.bat
+.ELSE
+BUILD_ACTION=sh ccc
+.ENDIF

--tml




More information about the Openoffice mailing list