[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r14717: Update documentation. (torbrowser/trunk/src/RelativeLink)



Author: ioerror
Date: 2008-05-25 00:38:47 -0400 (Sun, 25 May 2008)
New Revision: 14717

Modified:
   torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
Update documentation.


Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 04:32:37 UTC (rev 14716)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 04:38:47 UTC (rev 14717)
@@ -12,10 +12,10 @@
 // To build this, you need Cygwin or MSYS.
 //
 // You need to build the icon resource first:
-// windres ShortCut-res.rc ShortCut-res.o
+// windres RelativeLink-res.rc RelativeLink-res.o
 //
 // Then you'll compile the program and include the icon object file:
-// gcc -o StartTorBrowserBundle ShortCut.c ShortCut-res.o
+// gcc -o StartTorBrowserBundle RelativeLink.c RelativeLink-res.o
 //
 // End users will be able to use StartTorBrowserBundle.exe
 //