[enet-cvs] CVS: enet/docs install.dox,1.1,1.2
Brian Hook (ENet CVS)
enet-discuss@lists.puremagic.com
Sat, 8 Mar 2003 19:13:45 -0700
Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv10962
Modified Files:
install.dox
Log Message:
Mentioned need for ws2_32.lib under Win32
Index: install.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/install.dox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.dox 2003/03/08 23:56:29 1.1
+++ install.dox 2003/03/09 02:13:42 1.2
@@ -21,11 +21,16 @@
your main project or, better yet, create a new static library project
and make your executable dependent (Project|Dependencies) on ENet.
+You will have to link to the Winsock2 libraries, so make sure to add
+ws2_32.lib to your library list (Project Settings | Link |
+Object/library modules).
+
@subsection DLL DLL
If you wish to build ENet as a DLL be sure to define ENET_DLL within
-the project (Project Settings | Preprocessor) or, more invasively,
-simply define ENET_DLL at the top of enet.h.
+the project (Project Settings | C/C++ | Preprocessor | Preprocessor
+definitions) or, more invasively, simply define ENET_DLL at the top of
+enet.h.
*/