tdf#91485 fix cursors not displayed on Windows with mergedlibs

Change-Id: I502d3d2490be5307364dee59c7ee36c0fb7ef55f
This commit is contained in:
Christian Lohmaier 2015-06-25 16:09:35 +02:00
parent d4ad86dac6
commit df7595a5f5

View file

@ -36,6 +36,8 @@ $(eval $(call gb_Library_add_ldflags,merged,\
/ignore:4049 \
/ignore:4217 \
))
# cursors
$(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc))
endif
ifeq ($(OS),MACOSX)