diff options
-rw-r--r-- | src/ann.c | 6 | ||||
-rwxr-xr-x | src/makefile.msvc | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -6,9 +6,9 @@ #include "ann.h" -#include "ann_som.c" -#include "ann_mlp.c" -#include "ann_td.c" +//#include "ann_som.c" +//#include "ann_mlp.c" +//#include "ann_td.c" typedef struct ann { diff --git a/src/makefile.msvc b/src/makefile.msvc index 3bfe38d..1ed19ec 100755 --- a/src/makefile.msvc +++ b/src/makefile.msvc @@ -13,8 +13,8 @@ FANNLIB="C:\Documents and Settings\Davide\Documenti\personali\PD\fann-1.2.0\fann current: clean pd_nt distclean
-#pd_nt: ann_som.dll ann_mlp.dll ann_td.dll ann.dll
-pd_nt: ann.dll
+pd_nt: ann_som.dll ann_mlp.dll ann_td.dll ann.dll
+#pd_nt: ann.dll
.SUFFIXES: .dll
|