diff options
-rw-r--r-- | src/makefile_win | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/makefile_win b/src/makefile_win index 07d1fa5..925db7c 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -20,7 +20,11 @@ PD_WIN_LIB = /NODEFAULTLIB:libc /NODEFAULTLIB:oldnames /NODEFAULTLIB:kernel /NOD libc.lib \ /LIBPATH:$(PD_INST_PATH)\bin pd.lib -SRC = mtx_not.c \ +SRC = mtx_powtodb.c \ + mtx_dbtopow.c \ + mtx_bspline.c \ + mtx_atan.c \ + mtx_not.c \ mtx_add.c \ mtx_and.c \ mtx_cos.c \ |