mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
e81a703cdc
commit
d4bf4d0179
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user