[or-cvs] r14738: Removal of unneeded headers, compile as a static binary now. (torbrowser/trunk/src/RelativeLink)

ioerror at seul.org ioerror at seul.org
Sun May 25 21:55:00 UTC 2008


Author: ioerror
Date: 2008-05-25 17:55:00 -0400 (Sun, 25 May 2008)
New Revision: 14738

Modified:
   torbrowser/trunk/src/RelativeLink/Makefile
   torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
Removal of unneeded headers, compile as a static binary now.


Modified: torbrowser/trunk/src/RelativeLink/Makefile
===================================================================
--- torbrowser/trunk/src/RelativeLink/Makefile	2008-05-25 17:47:52 UTC (rev 14737)
+++ torbrowser/trunk/src/RelativeLink/Makefile	2008-05-25 21:55:00 UTC (rev 14738)
@@ -1,7 +1,7 @@
 # A simple Makefile to automate building the RelativeLink program
 APPNAME = StartTorBrowserBundle
 OBJECTS = RelativeLink-res.rc.o RelativeLink.o
-CFLAGS = -Wall -mwindows
+CFLAGS = -Wall -mwindows -static
 
 all: RelativeLink
 
@@ -17,9 +17,3 @@
 clean:
 	rm -rf *.exe
 	rm -rf *.o
-
-#.rc.o:
-#		windres.exe $^ -o $@
-#
-#%.o : %.rc
-#		windres.exe $^ -o $@

Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 17:47:52 UTC (rev 14737)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 21:55:00 UTC (rev 14738)
@@ -1,6 +1,4 @@
 #include <windows.h>
-#include <stdio.h>
-#include <tchar.h>
 
 //
 // RelativeLink.c



More information about the tor-commits mailing list