summaryrefslogtreecommitdiff
path: root/cli_ure/CliNativeLibrary_cli_cppuhelper.mk
AgeCommit message (Collapse)Author
2013-10-28fdo#69601: refactor CliNativeLibraryMichael Stahl
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliNativeLibrary and CliNativeLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - the Library remains in layer NONE; the derived CliNativeLibrary is in INSTDIR - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c
2012-12-29drop executable bitPeter Foley
Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky
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
2012-10-07fix gbuildized cli_urePeter Foley
Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a
2012-10-07fix typoDavid Tardon
Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee
2012-10-07use key directly from $(SRCDIR)David Tardon
Change-Id: I89f4438688b336f33816164e286f8b6c5b1cd6b6
2012-10-03CLI assemblies must depend on the key file used for signingDavid Tardon
Change-Id: I84c0044f3054388fd5650c14efd30f21481e493a
2012-09-22gbuildize cli_ureDavid Tardon
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe