[or-cvs] r14722: Update docs and add info that allows for windows subsystem u (torbrowser/trunk/src/RelativeLink)
ioerror at seul.org
ioerror at seul.org
Sun May 25 05:32:35 UTC 2008
Author: ioerror
Date: 2008-05-25 01:32:35 -0400 (Sun, 25 May 2008)
New Revision: 14722
Added:
torbrowser/trunk/src/RelativeLink/RelativeLink-res.rc
Removed:
torbrowser/trunk/src/RelativeLink/Relative-res.rc
Modified:
torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
Update docs and add info that allows for windows subsystem useage rather than console. My god, it's full of windows.
Deleted: torbrowser/trunk/src/RelativeLink/Relative-res.rc
===================================================================
--- torbrowser/trunk/src/RelativeLink/Relative-res.rc 2008-05-25 05:10:43 UTC (rev 14721)
+++ torbrowser/trunk/src/RelativeLink/Relative-res.rc 2008-05-25 05:32:35 UTC (rev 14722)
@@ -1 +0,0 @@
-1 ICON "RelativeLink.ico"
Copied: torbrowser/trunk/src/RelativeLink/RelativeLink-res.rc (from rev 14713, torbrowser/trunk/src/RelativeLink/Relative-res.rc)
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink-res.rc (rev 0)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink-res.rc 2008-05-25 05:32:35 UTC (rev 14722)
@@ -0,0 +1 @@
+1 ICON "RelativeLink.ico"
Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c 2008-05-25 05:10:43 UTC (rev 14721)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c 2008-05-25 05:32:35 UTC (rev 14722)
@@ -15,7 +15,7 @@
// windres RelativeLink-res.rc RelativeLink-res.o
//
// Then you'll compile the program and include the icon object file:
-// gcc -o StartTorBrowserBundle RelativeLink.c RelativeLink-res.o
+// gcc -mwindows -o StartTorBrowserBundle RelativeLink.c RelativeLink-res.o
//
// End users will be able to use StartTorBrowserBundle.exe
//
More information about the tor-commits
mailing list