[or-cvs] r10061: Do not use micro-revision.i on MSVC; it will only be useful (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon Apr 30 14:52:03 UTC 2007


Author: nickm
Date: 2007-04-30 10:52:02 -0400 (Mon, 30 Apr 2007)
New Revision: 10061

Modified:
   tor/trunk/
   tor/trunk/src/or/tor_main.c
Log:
 r12569 at catbus:  nickm | 2007-04-30 10:48:51 -0400
 Do not use micro-revision.i on MSVC; it will only be useful to people who have make.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12569] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/tor_main.c
===================================================================
--- tor/trunk/src/or/tor_main.c	2007-04-30 14:32:22 UTC (rev 10060)
+++ tor/trunk/src/or/tor_main.c	2007-04-30 14:52:02 UTC (rev 10061)
@@ -6,7 +6,9 @@
   "$Id$";
 
 const char tor_svn_revision[] =
+#ifndef _MSC_VER
 #include "micro-revision.i"
+#endif
   "";
 
 /**



More information about the tor-commits mailing list