Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2012 20:00:18 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 213865 for review
Message-ID:  <201207032000.q63K0IgV056165@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@213865?ac=10

Change 213865 by brooks@brooks_ecr_current on 2012/07/03 19:59:15

	Checkpoint part of the beginnings of a file browser.  Basically all
	functionality is currently missing, but the background image is displayed
	and the tty is set up.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#7 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd/browser/Makefile#1 add
.. //depot/projects/ctsrd/beribsd/src/ctsrd/browser/browser.c#1 add
.. //depot/projects/ctsrd/beribsd/src/ctsrd/browser/images/Makefile#1 add
.. //depot/projects/ctsrd/beribsd/src/ctsrd/browser/images/browser.png#1 add

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#7 (text+ko) ====

@@ -1,6 +1,7 @@
 .include <bsd.own.mk>
 
-SUBDIR=		cycle_led \
+SUBDIR=		browser \
+		cycle_led \
 		flashit \
 		minifile \
 		pictview \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207032000.q63K0IgV056165>