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
pull/1/head
aramis_acg 2008-07-28 19:52:39 +00:00
parent c1b6f29854
commit 0209fba554
1 changed files with 7 additions and 0 deletions

View File

@ -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