mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Correct include dir.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27273 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e2c8c4f9b
commit
5ec13cc15b
@ -38,7 +38,7 @@ lyx_LDADD = \
|
|||||||
if LYX_WIN_RESOURCE
|
if LYX_WIN_RESOURCE
|
||||||
.rc.o:
|
.rc.o:
|
||||||
cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
|
cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
|
||||||
windres -I. --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
|
windres -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#lyx_LDFLAGS=-Wl,-O1
|
#lyx_LDFLAGS=-Wl,-O1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user