From b93474d3e4c6d8f08ed69cc0b8b8c7a98cae5058 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 10 Mar 2016 00:32:39 -0500
Subject: [PATCH] add source file to build script

---
 pd/src/makefile.mingw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index c3364e72c..581312ec9 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -121,7 +121,7 @@ SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c \
     d_delay.c d_resample.c x_arithmetic.c x_connective.c x_interface.c \
     x_midi.c x_misc.c x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c \
     x_list.c d_soundfile.c g_slider.c import.c g_magicglass.c x_preset.c \
-    g_undo.c
+    g_undo.c s_utf8.c
 
 SRSRC = u_pdsend.c u_pdreceive.c
 
-- 
GitLab