[enet-cvs] CVS: enet/docs install.dox,1.2,1.3

Brian Hook (ENet CVS) enet-discuss@lists.puremagic.com
Mon, 10 Mar 2003 01:29:25 -0700


Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv29575

Modified Files:
	install.dox 
Log Message:
Fixed reference to udplib and changed to enet

Index: install.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/install.dox,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- install.dox	2003/03/09 02:13:42	1.2
+++ install.dox	2003/03/10 08:29:22	1.3
@@ -11,7 +11,7 @@
 
 @subsection SolarisBSD Solaris and BSD
 
-When building UDPLib under Solaris, you must specify the -lsocket and
+When building ENet under Solaris, you must specify the -lsocket and
 -lnsl parameters to your compiler to ensure that the sockets library
 is linked in.
 
@@ -20,6 +20,7 @@
 Using MSVC 6 under Windows simply drag all the ENet source files into
 your main project or, better yet, create a new static library project
 and make your executable dependent (Project|Dependencies) on ENet.
+There is also an enet.dsp provided.
 
 You will have to link to the Winsock2 libraries, so make sure to add
 ws2_32.lib to your library list (Project Settings | Link |
@@ -27,8 +28,8 @@
 
 @subsection DLL DLL
 
-If you wish to build ENet as a DLL be sure to define ENET_DLL within
-the project (Project Settings | C/C++ | Preprocessor | Preprocessor
+If you wish to build ENet as a DLL you must first ENET_DLL within the
+project (Project Settings | C/C++ | Preprocessor | Preprocessor
 definitions) or, more invasively, simply define ENET_DLL at the top of
 enet.h.