summaryrefslogtreecommitdiff
path: root/cli_ure/Library_cli_cppuhelper_native.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17gbuild: Fix and check package dependencies.Matúš Kukan1-4/+0
Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8 Reviewed-on: https://gerrit.libreoffice.org/7081 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
2013-10-28gbuild: refactor CliLibraryMichael Stahl1-1/+1
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliLibrary and CliLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: If0fea1337349c41f231c8cde122852c71d5080a7
2013-09-22cli_ure: cleanup in Library_cli_cppuhelper_nativeMichael Stahl1-4/+3
Change-Id: I76b4815208354e78eb3575982235b6f26f1e02fd
2013-04-19cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrtMichael Stahl1-4/+1
This is handled in com_MSC_class.mk now. Change-Id: I5e4c2e791e9acd623d7c5ce352b5c39b6cb939b4
2012-12-29drop executable bitPeter Foley1-0/+0
Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e
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