diff options
author | musil <tmusil@users.sourceforge.net> | 2006-12-15 13:03:21 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-12-15 13:03:21 +0000 |
commit | a7481cb9d5e02e6c48348de8ff7fa374d41320ce (patch) | |
tree | 396fab74a8a35737a30ac072ae08941c0124e2e2 /src/makefile_win | |
parent | c85818cfc201cd1d707477ce852cc7dd15d2eaf9 (diff) |
4 more files to compile
mtx_powtodb.c \
mtx_dbtopow.c \
mtx_bspline.c \
mtx_atan.c \
svn path=/trunk/externals/iem/iemmatrix/; revision=6913
Diffstat (limited to 'src/makefile_win')
-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 \ |