summaryrefslogtreecommitdiff
path: root/cli_ure/Library_cli_cppuhelper_native.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky1-10/+10
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 Foley1-0/+7
Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7
2012-10-16fdo#55290 do not use resource file for assembly libsDavid Tardon1-1/+1
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 Foley1-1/+1
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-2/+5
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-24TypoStephan Bergmann1-1/+1
Change-Id: Ibd19e82a41ceac76ec5c3d6059f497926b8b5d0e
2012-09-22cli_ure: another missing depMatúš Kukan1-0/+4
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
2012-09-22gbuildize cli_ureDavid Tardon1-0/+53
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe