diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:40:10 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:40:10 +0000 |
commit | 6f427f53e5506f503e8df11499bde0bd6ddc5998 (patch) | |
tree | 4289dd5549b4d877c29e56c2a47ce813049e66ba /src/makefile_win | |
parent | 1d7b807215430e7edbe04213885c345a420134b3 (diff) |
changed files to new naming convention
svn path=/trunk/externals/iem/iem_adaptfilt/; revision=7293
Diffstat (limited to 'src/makefile_win')
-rw-r--r-- | src/makefile_win | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefile_win b/src/makefile_win index fe10c99..69f09be 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -21,10 +21,10 @@ PD_WIN_LIB = /NODEFAULTLIB:libc /NODEFAULTLIB:oldnames /NODEFAULTLIB:kernel /NOD $(PD_INST_PATH)\bin\pd.lib -SRC = sigNLMS.c \ - sigNLMSCC.c \ - sign_CNLMS.c \ - sign_CLNLMS.c \ +SRC = NLMS~.c \ + NLMSCC~.c \ + n_CNLMS~.c \ + n_CLNLMS~.c \ iem_adaptfilt.c |