[Wine-devel] Eter's patch is applied to winehq repo 01/08/14

Etersoft builder robot builder-robot на etersoft.ru
Ср Янв 8 23:50:24 MSK 2014


New Etersoft's patches since last build time:
commit 4d13f84903eb227acabeaa90beac3d59dd6f8f31
Author: Sergey Guralnik <serhio на etersoft.ru>

    winedump: Get rid of the MAKE_DLL_RULES in the Makefile.in template.

---

commit 4d13f84903eb227acabeaa90beac3d59dd6f8f31
Author: Sergey Guralnik <serhio на etersoft.ru>
Date:   Wed Jan 8 12:56:26 2014 +0200

    winedump: Get rid of the MAKE_DLL_RULES in the Makefile.in template.

diff --git a/tools/winedump/output.c b/tools/winedump/output.c
index c7804d0..aff7f66 100644
--- a/tools/winedump/output.c
+++ b/tools/winedump/output.c
@@ -457,8 +457,7 @@ void  output_makefile (void)
   if (globals.forward_dll)
     fprintf (makefile, "IMPORTS   = %s", globals.forward_dll);
 
-  fprintf (makefile, "\n\nC_SRCS = \\\n\t%s_main.c\n\n на MAKE_DLL_RULES@\n\n",
-           OUTPUT_DLL_NAME);
+  fprintf (makefile, "\n\nC_SRCS = \\\n\t%s_main.c\n", OUTPUT_DLL_NAME);
 
   if (globals.forward_dll)
     fprintf (specfile,"#import %s.dll\n", globals.forward_dll);


Подробная информация о списке рассылки Wine-devel