From 849f87db1da8659bcc79b472c9411d7ceae26ede Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 20 Apr 2013 00:51:21 +0200 Subject: pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimes Change-Id: I8ed937739d94bfc6316d9cb158870362a0b8b996 --- scp2/source/python/file_python.scp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scp2/source/python') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index c5029863f1fa..5dba2c7db5e3 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -47,8 +47,12 @@ File gid_File_Lib_Pyuno LIB_FILE_BODY; #ifdef UNX Name = STRING(CONCAT2(libpyuno,UNXSUFFIX)); + #else + #ifdef MSVC_PKG_DEBUG_RUNTIME + Name = "pyuno_d.pyd"; #else Name = "pyuno.pyd"; + #endif // MSVC_PKG_DEBUG_RUNTIME #endif Dir = gid_Brand_Dir_Program; Styles = (PACKED); -- cgit