mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix for mingw/cygwin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df4814e026
commit
d2bd215690
@ -20,7 +20,8 @@ EXTRA_DIST = Section.h \
|
||||
paper.h \
|
||||
pch.h
|
||||
|
||||
OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)
|
||||
OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) \
|
||||
@LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI)
|
||||
|
||||
noinst_LIBRARIES = liblyxcore.a
|
||||
bin_PROGRAMS = lyx
|
||||
|
@ -16,7 +16,7 @@ lyxclient.1:
|
||||
lyxclient_LDADD = \
|
||||
$(top_builddir)/src/support/liblyxsupport.a \
|
||||
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \
|
||||
$(QT4_LIB) $(QT4_LDFLAGS)
|
||||
$(QT4_LIB) $(QT4_LDFLAGS) $(LIBSHLWAPI)
|
||||
|
||||
# everything below the line containing the single backslashs
|
||||
# an ugly hack and needed because of the
|
||||
|
@ -7,7 +7,7 @@ EXTRA_DIST = pch.h \
|
||||
|
||||
noinst_LIBRARIES = liblyxsupport.a
|
||||
|
||||
liblyxsupport_a_LIBADD = $(LIBSHLWAPI) $(BOOST_SIGNALS)
|
||||
liblyxsupport_a_LIBADD = $(BOOST_SIGNALS)
|
||||
|
||||
BUILT_SOURCES = $(PCH_FILE)
|
||||
|
||||
|
@ -67,4 +67,4 @@ tex2lyx_LDADD = \
|
||||
$(top_builddir)/src/support/liblyxsupport.a \
|
||||
$(LIBICONV) $(BOOST_LIBS) \
|
||||
$(QT4_LIB) $(QT4_LDFLAGS) \
|
||||
@LIBS@
|
||||
@LIBS@ $(LIBSHLWAPI)
|
||||
|
Loading…
Reference in New Issue
Block a user