From c1e2e40b2cd8ef54473731101f1ef66310749861 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 8 Sep 2013 12:16:02 +0200 Subject: scp2: fix Windows build: python wrapper is an executable there Change-Id: I9e9c0eee26ead63c508ddcd0dead60395e461aa5 --- scp2/source/python/file_python.scp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scp2/source/python') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 85c0a8e05476..e4d5336df41d 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -59,9 +59,15 @@ End #ifndef SYSTEM_PYTHON File gid_File_Py_Bin_Python BIN_FILE_BODY; +#ifdef WNT + Name = EXENAME(pyuno/python); + Dir = gid_Brand_Dir_Program; + Styles = (PACKED); +#else Name = "python_shell.filelist"; Dir = FILELIST_DIR; Styles = (FILELIST, PACKED); +#endif End #ifndef MACOSX -- cgit