Browse Source

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
aramis_acg 15 years ago
parent
commit
99e5cbcbe0
2 changed files with 5 additions and 0 deletions
  1. 3 0
      code/makefile
  2. 2 0
      code/makefile.mingw

+ 3 - 0
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)
 # [email protected]
 

+ 2 - 0
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)