summaryrefslogtreecommitdiff
path: root/cli_ure/Library_cli_cppuhelper_native.mk
AgeCommit message (Collapse)Author
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-24fix warnings in cli_urePeter Foley
Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7
2012-10-16fdo#55290 do not use resource file for assembly libsDavid Tardon
I am not sure this really fixes the problem, but it is the only difference between dmake and gbuild builds I can see. Change-Id: I96fa4120dc2a8221a75e150a62582aebda98f505
2012-10-07convert cli_ure/source/native to new syntaxPeter Foley
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-24TypoStephan Bergmann
Change-Id: Ibd19e82a41ceac76ec5c3d6059f497926b8b5d0e
2012-09-22cli_ure: another missing depMatúš Kukan
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
2012-09-22gbuildize cli_ureDavid Tardon
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe