PERFORCE change 213865 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 3 20:00:19 UTC 2012


http://p4web.freebsd.org/@@213865?ac=10

Change 213865 by brooks at 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 \


More information about the p4-projects mailing list