summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/file_python.scp4
1 files changed, 4 insertions, 0 deletions
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
@@ -48,7 +48,11 @@ File gid_File_Lib_Pyuno
#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);