diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-22 21:43:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-23 00:55:22 +0200 |
commit | fc381c2b2f29e358497b74add9249f86b206c427 (patch) | |
tree | 2cfeed2e02f0997b02bcc22840e1539b9416aceb /bridges/source | |
parent | 989bbfb35020c593a5b6412f36507d499d4dcb3f (diff) |
Use correct name for mscx_uno.dll and deliver it
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk b/bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk index 6fff82fb0145..604799a18e5a 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk @@ -28,7 +28,7 @@ PRJ=..$/..$/.. PRJNAME=bridges -TARGET=msci_uno +TARGET=mscx_uno LIBTARGET=no ENABLE_EXCEPTIONS=TRUE |