From c0ef3bb1140229a27c924c8f74a0adb0792f64f6 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Mon, 25 Feb 2013 19:18:57 -0500 Subject: fix helppack creation on windows Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b --- scp2/source/python/module_python.scp | 1 + 1 file changed, 1 insertion(+) (limited to 'scp2/source/python') diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index ec258cd8daba..092e3385241c 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -30,6 +30,7 @@ #ifndef DISABLE_PYUNO Module gid_Module_Pyuno + MOD_NAME_DESC(MODULE_PRG_PYUNO); ParentID = gid_Module_Root_Brand; Dirs = (gid_Dir_PythonFramework, gid_Dir_PythonFramework_Versions, -- cgit