[enet-cvs] CVS: enet/docs install.dox,1.3,1.4
Brian Hook (ENet CVS)
brianh at sferik.cubik.org
Sat Aug 9 15:50:40 PDT 2003
Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv18452/docs
Modified Files:
install.dox
Log Message:
removed minimal rebuild option and autogen of PCH, these were causing weird compile/link dependency problems
Index: install.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/install.dox,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- install.dox 2003/03/10 08:29:22 1.3
+++ install.dox 2003/08/09 20:50:37 1.4
@@ -28,10 +28,10 @@
@subsection DLL DLL
-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.
+If you wish to build ENet as a DLL you must first define 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.
*/
More information about the enet-cvs
mailing list