summaryrefslogtreecommitdiff
path: root/cli_ure/CliNativeLibrary_cli_cppuhelper.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-29drop executable bitPeter Foley1-0/+0
Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky1-6/+6
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 Foley1-1/+1
Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a
2012-10-07fix typoDavid Tardon1-1/+1
Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee
2012-10-07use key directly from $(SRCDIR)David Tardon1-1/+1
Change-Id: I89f4438688b336f33816164e286f8b6c5b1cd6b6
2012-10-03CLI assemblies must depend on the key file used for signingDavid Tardon1-0/+2
Change-Id: I84c0044f3054388fd5650c14efd30f21481e493a
2012-09-22gbuildize cli_ureDavid Tardon1-0/+25
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe