diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-20 00:51:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-21 15:00:51 +0200 |
commit | 849f87db1da8659bcc79b472c9411d7ceae26ede (patch) | |
tree | 812c7b96a2816904cf73ad60f4e796b14c956dcc /RepositoryFixes.mk | |
parent | a12d25ac87fa01aa05b8cd4fe8606e066a4c1d03 (diff) |
pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimes
Change-Id: I8ed937739d94bfc6316d9cb158870362a0b8b996
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 1ee99551da38..175f9cbda64c 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -66,7 +66,7 @@ gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES)) gb_Library_DLLFILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_DLLFILENAMES)) # libpyuno_wrapper.dll => pyuno.pyd -gb_Library_DLLFILENAMES := $(patsubst pyuno:pyuno.dll,pyuno:pyuno.pyd,$(gb_Library_DLLFILENAMES)) +gb_Library_DLLFILENAMES := $(patsubst pyuno:pyuno.dll,pyuno:pyuno$(if $(MSVC_USE_DEBUG_RUNTIME),_d).pyd,$(gb_Library_DLLFILENAMES)) gb_StaticLibrary_FILENAMES := $(patsubst png:png%,png:libpng%,$(gb_StaticLibrary_FILENAMES)) gb_StaticLibrary_FILENAMES := $(patsubst salcpprt:salcpprt%,salcpprt:cpprtl%,$(gb_StaticLibrary_FILENAMES)) |