From 0209fba5549567b8d65549ba616bcb1de20ad3e6 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 28 Jul 2008 19:52:39 +0000 Subject: [PATCH] Added cppunit_note.txt. The file contains a list of all changes I made to cppunit to be as slim as possible. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@71 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- contrib/cppunit_note.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/cppunit_note.txt diff --git a/contrib/cppunit_note.txt b/contrib/cppunit_note.txt new file mode 100644 index 000000000..5953a1083 --- /dev/null +++ b/contrib/cppunit_note.txt @@ -0,0 +1,7 @@ +This is a "slim" version of CPPunit. It contains everything we need, but nothing more. + +- Tools have been removed +- x64-Build configs have been added +- VC6 build & headers have been removed (Assimp can't be compiled with vc6) + +--- Aramis \ No newline at end of file