mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Use the same icon as in the cmake build
This commit is contained in:
parent
36e6154515
commit
70ccf9f243
@ -29,6 +29,7 @@ tools/count_total_lines_of_compiled_code.sh \
|
||||
tools/count_lines_of_included_code.sh \
|
||||
tools/lyxeditor \
|
||||
Win32/packaging/icons/Lydia.svg \
|
||||
Win32/packaging/icons/lyx_doc.ico \
|
||||
Win32/packaging/icons/lyx_doc.svg \
|
||||
Win32/packaging/icons/lyx_32x32.png \
|
||||
Win32/packaging/icons/lyx_doc_32x32.png \
|
||||
|
@ -42,7 +42,8 @@ lyx_LDADD = \
|
||||
|
||||
if LYX_WIN_RESOURCE
|
||||
.rc.o:
|
||||
cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
|
||||
cp $(top_srcdir)/development/Win32/packaging/icons/lyx.ico .
|
||||
cp $(top_srcdir)/development/Win32/packaging/icons/lyx_doc.ico .
|
||||
$(RC) -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Icons */
|
||||
IDI_ICON1 ICON DISCARDABLE "lyx_32x32.ico"
|
||||
IDI_ICON2 ICON DISCARDABLE "lyx_doc_32x32.ico"
|
||||
IDI_ICON1 ICON DISCARDABLE "lyx.ico"
|
||||
IDI_ICON2 ICON DISCARDABLE "lyx_doc.ico"
|
||||
|
||||
#include "config.h"
|
||||
#include <winver.h>
|
||||
|
Loading…
Reference in New Issue
Block a user