diff options
Diffstat (limited to 'src/makefile.msvc')
-rwxr-xr-x | src/makefile.msvc | 4 |
1 files changed, 2 insertions, 2 deletions
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
|