haiku/src/apps/clock
Rob Gill 9bfdc55864 Add DoCatalogs entries
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Change-Id: Iee85ccda72608548b77d61fac0d6cbfe98a5c7e8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2926
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2020-06-19 20:58:53 +00:00
..
Clock.rdef Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
Jamfile Add DoCatalogs entries 2020-06-19 20:58:53 +00:00
LICENSE
README.Clock
cl_view.cpp Trivial additions for localization of strings 2020-06-19 20:57:21 +00:00
cl_view.h
cl_wind.cpp
cl_wind.h
clock.cpp Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
clock.h

README.Clock

Clock Project README
====================

This project creates the standard clock application, and is a good example
of using graphics on the BeOS.
 
Files
=====

The archive should contain the following files:

README.Clock		-- This file
Clock.proj		-- Metrowerks project file
Clock.rsrc		-- Application resource file
makefile		-- project makefile

clock.cpp		-- Source files
clock.h
cl_wind.cpp
cl_wind.h
cl_view.cpp
cl_view.h