From 75cac62d58d2d33daa0b45098e21a23f9145487c Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Mon, 23 May 2005 12:05:44 +0000 Subject: removed #include in ann.c svn path=/trunk/externals/ann/; revision=3072 --- src/ann.c | 6 +++--- src/makefile.msvc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ann.c b/src/ann.c index f8c6971..3fab376 100644 --- a/src/ann.c +++ b/src/ann.c @@ -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 -- cgit v1.2.1