r9566 MarkieB - in /branches/MarkieB/windows: Makefile
windows/res/preferences
netsurf at semichrome.net
netsurf at semichrome.net
Sun Sep 13 14:25:38 BST 2009
Author: MarkieB
Date: Sun Sep 13 08:25:38 2009
New Revision: 9566
URL: http://source.netsurf-browser.org?rev=9566&view=rev
Log:
move handling of unversioned preferences file to makefile
Removed:
branches/MarkieB/windows/windows/res/preferences
Modified:
branches/MarkieB/windows/Makefile
Modified: branches/MarkieB/windows/Makefile
URL: http://source.netsurf-browser.org/branches/MarkieB/windows/Makefile?rev=9566&r1=9565&r2=9566&view=diff
==============================================================================
--- branches/MarkieB/windows/Makefile (original)
+++ branches/MarkieB/windows/Makefile Sun Sep 13 08:25:38 2009
@@ -595,6 +595,9 @@
$(Q)$(ELF2AIF) $(EXETARGET:,ff8=,e1f) $(EXETARGET)
$(Q)$(RM) $(EXETARGET:,ff8=,e1f)
endif
+ifeq ($(TARGET),windows)
+ $(Q)$(TOUCH) windows/res/preferences
+endif
ifeq ($(NETSURF_STRIP_BINARY),YES)
$(VQ)echo " STRIP: $(EXETARGET)"
$(Q)$(STRIP) $(EXETARGET)
Removed: branches/MarkieB/windows/windows/res/preferences
URL: http://source.netsurf-browser.org/branches/MarkieB/windows/windows/res/preferences?rev=9565&view=auto
==============================================================================
(empty)
More information about the netsurf-commits
mailing list