Commit b41806392e3d8f4127ccd696eaad6f93226767b5

sammy 2010-05-23T19:35:27

Clarify DLL shipping requirements in msvc/README.txt.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/msvc/README.txt b/msvc/README.txt
index 9683f37..206fef7 100644
--- a/msvc/README.txt
+++ b/msvc/README.txt
@@ -34,8 +34,11 @@ Use FTGL
 
 To use FTGL in your own projects you will need to link against either the
 static lib, or the DLL export lib. All builds use the multithreaded runtime.
+If built with the export lib, your project will need to ship with the
+FTGL .dll file in order to be usable.
 
-Your project will also need to include freetype2 and OpenGL.
+Your project will also need to include the freetype2 and OpenGL .dll files
+in order to be usable.
 
 For instructions on using Freetype go to www.freetype.org
 For instructions on using OpenGL go to www.opengl.org