link fix for cygwin from Kayvan

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-03-15 16:14:15 +00:00
parent e81a703cdc
commit d4bf4d0179
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-03-14 Kayvan A. Sylvan <kayvan@sylvan.com>
* configure.in: Fix order of -lXpm and -lforms for
Cygwin linker.
2002-03-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure.in: small cleanups

View File

@ -189,7 +189,7 @@ case "$lyx_use_frontend" in
FRONTEND="xforms"
FRONTEND_GUILIB="xforms/*.lo"
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
FRONTEND_LIBS="@XPM_LIB@ @XFORMS_LIB@"
FRONTEND_LIBS="@XFORMS_LIB@ @XPM_LIB@"
FRONTEND_INFO=`cat <<EOF
libXpm version: ${XPM_VERSION}\n\
libforms version: ${XFORMS_VERSION}\n

View File

@ -1,3 +1,8 @@
2002-03-14 Kayvan A. Sylvan <kayvan@sylvan.com>
* Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
and libgraphics to build on Cygwin.
2002-03-15 Juergen Vigna <jug@sad.it>
* CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of

View File

@ -9,8 +9,8 @@ SUBDIRS = mathed insets graphics support frontends
bin_PROGRAMS = lyx
lyx_DEPENDENCIES = mathed/libmathed.o insets/libinsets.o \
graphics/libgraphics.o \
frontends/libfrontends.o \
graphics/libgraphics.o \
support/libsupport.o \
@INCLUDED_SIGC@