[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14732: Makefile broken, attempting to simplify to fix it. (torbrowser/trunk/src/RelativeLink)
Author: ioerror
Date: 2008-05-25 07:27:44 -0400 (Sun, 25 May 2008)
New Revision: 14732
Modified:
torbrowser/trunk/src/RelativeLink/Makefile
Log:
Makefile broken, attempting to simplify to fix it.
Modified: torbrowser/trunk/src/RelativeLink/Makefile
===================================================================
--- torbrowser/trunk/src/RelativeLink/Makefile 2008-05-25 11:27:12 UTC (rev 14731)
+++ torbrowser/trunk/src/RelativeLink/Makefile 2008-05-25 11:27:44 UTC (rev 14732)
@@ -9,15 +9,17 @@
$(CC) $(OBJECTS) $(CFLAGS) -o $(APPNAME)
RelativeLink.o: RelativeLink.c
+ $(CC) $(CFLAGS) -c
RelativeLink-res.rc.o: RelativeLink-res.rc
+ windres.exe RelativeLink-res.rc RelativeLink-res.rc.o
clean:
rm -rf *.exe
rm -rf *.o
-.rc.o:
- windres.exe $^ -o $@
-
-%.o : %.rc
- windres.exe $^ -o $@
+#.rc.o:
+# windres.exe $^ -o $@
+#
+#%.o : %.rc
+# windres.exe $^ -o $@