• David Ostrovsky's avatar
    fdo#55290: use the right native library name · 8865b7f0
    David Ostrovsky yazdı
    It turns out that the native library cannot be renamed after creation.
    The right name must be used from the beginning, otherwise
    publishing is failing with the follow error (gacutil -i):
    
    "Failure adding assembly to the cache: Invalid file or assembly name.
    The name of the file must be the name of the assembly plus .dll or .exe."
    
    To rectify that create the native lib as cli_cppuhelper.dll,
    rename the signed assembly to assembly/cli_cppuhelper.dll and
    teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll
    (and not cli_cppuhelper.dll).
    
    Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194
    8865b7f0
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
macros Loading commit data...
prj Loading commit data...
source Loading commit data...
CustomTarget_langmacros.mk Loading commit data...
InstallModule_accessories.mk Loading commit data...
InstallModule_activex.mk Loading commit data...
InstallModule_base.mk Loading commit data...
InstallModule_binfilter.mk Loading commit data...
InstallModule_calc.mk Loading commit data...
InstallModule_canvas.mk Loading commit data...
InstallModule_crashrep.mk Loading commit data...
InstallModule_draw.mk Loading commit data...
InstallModule_extensions.mk Loading commit data...
InstallModule_gnome.mk Loading commit data...
InstallModule_graphicfilter.mk Loading commit data...
InstallModule_impress.mk Loading commit data...
InstallModule_javafilter.mk Loading commit data...
InstallModule_kde.mk Loading commit data...
InstallModule_math.mk Loading commit data...
InstallModule_onlineupdate.mk Loading commit data...
InstallModule_ooo.mk Loading commit data...
InstallModule_python.mk Loading commit data...
InstallModule_quickstart.mk Loading commit data...
InstallModule_sdkoo.mk Loading commit data...
InstallModule_smoketest.mk Loading commit data...
InstallModule_stdlibs.mk Loading commit data...
InstallModule_tde.mk Loading commit data...
InstallModule_ure.mk Loading commit data...
InstallModule_ure_standalone.mk Loading commit data...
InstallModule_windows.mk Loading commit data...
InstallModule_winexplorerext.mk Loading commit data...
InstallModule_writer.mk Loading commit data...
InstallModule_xsltfilter.mk Loading commit data...
InstallScript_sdkoo.mk Loading commit data...
InstallScript_setup_osl.mk Loading commit data...
InstallScript_test.mk Loading commit data...
InstallScript_ure.mk Loading commit data...
Makefile Loading commit data...
Module_scp2.mk Loading commit data...