Kaydet (Commit) a8bdde19 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix sanedlg.hrc dep issue due to gbuildification of extensions

üst fd664917
...@@ -26,16 +26,21 @@ ...@@ -26,16 +26,21 @@
# instead of those above. # instead of those above.
# #
$(eval $(call gb_AllLangResTarget_AllLangResTarget,san)) $(eval $(call gb_AllLangResTarget_AllLangResTarget,scn))
$(eval $(call gb_AllLangResTarget_set_reslocation,san,extensions/source/scanner)) $(eval $(call gb_AllLangResTarget_set_reslocation,scn,extensions/source/scanner))
$(eval $(call gb_AllLangResTarget_add_srs,san,\ $(eval $(call gb_AllLangResTarget_add_srs,scn,\
scn/res \ scn/res \
)) ))
$(eval $(call gb_SrsTarget_SrsTarget,scn/res)) $(eval $(call gb_SrsTarget_SrsTarget,scn/res))
$(eval $(call gb_SrsTarget_set_include,scn/res,\
$$(INCLUDE) \
-I$(SRCDIR)/extensions/source/scanner \
))
$(eval $(call gb_SrsTarget_add_files,scn/res,\ $(eval $(call gb_SrsTarget_add_files,scn/res,\
extensions/source/scanner/grid.src \ extensions/source/scanner/grid.src \
extensions/source/scanner/sanedlg.src \ extensions/source/scanner/sanedlg.src \
......
...@@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,extensions,\ ...@@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,extensions,\
AllLangResTarget_bib \ AllLangResTarget_bib \
AllLangResTarget_dbp \ AllLangResTarget_dbp \
AllLangResTarget_pcr \ AllLangResTarget_pcr \
AllLangResTarget_san \ AllLangResTarget_scn \
AllLangResTarget_upd \ AllLangResTarget_upd \
AllLangResTarget_updchk \ AllLangResTarget_updchk \
Configuration_updchk \ Configuration_updchk \
......
...@@ -68,7 +68,7 @@ STD_RES_FILE( gid_File_Res_Pdffilter, pdffilter) ...@@ -68,7 +68,7 @@ STD_RES_FILE( gid_File_Res_Pdffilter, pdffilter)
#ifdef UNX #ifdef UNX
STD_RES_FILE( gid_File_Res_San, san ) STD_RES_FILE( gid_File_Res_San, scn )
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment