From 99e5cbcbe030046bf4b40066e5e79d0273fab7eb Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sat, 17 Apr 2010 18:41:22 +0000 Subject: [PATCH] Add deprecation note to legacy makefiles in code. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@698 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/makefile | 3 +++ code/makefile.mingw | 2 ++ 2 files changed, 5 insertions(+) diff --git a/code/makefile b/code/makefile index 3df808e15..76ee357cb 100644 --- a/code/makefile +++ b/code/makefile @@ -1,3 +1,6 @@ +### USE OF THIS MAKEFILE IS NOT RECOMMENDED. +### It is no longer maintained. Use CMAKE instead. + # Makefile for Open Asset Import Library (GNU-make) # aramis_acg@users.sourceforge.net diff --git a/code/makefile.mingw b/code/makefile.mingw index 4f9058b19..f1cd624af 100644 --- a/code/makefile.mingw +++ b/code/makefile.mingw @@ -1,3 +1,5 @@ +### USE OF THIS MAKEFILE IS NOT RECOMMENDED. +### It is no longer maintained. Use CMAKE instead. # --------------------------------------------------------------------------- # Makefile for Open Asset Import Library (MinGW32-make)