Sweden-Number/programs/clock
Alexandre Julliard ad53383f9b Added winebuild support for generating a .dbg.c file containing the
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
..
.cvsignore Added winebuild support for generating a .dbg.c file containing the 2002-05-14 20:54:58 +00:00
ChangeLog Removed changelog entries that are in the main changelog, and added 2002-04-11 23:49:59 +00:00
Da.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
De.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
En.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
Es.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
Fi.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
Fr.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
License_En.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Makefile.in Added -res option to specify resources on winebuild command-line. 2002-05-11 23:06:32 +00:00
Pt.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
README Release 980712 1998-07-12 19:29:36 +00:00
Sk.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
Sw.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
TODO Converted to use of NLS. 2002-03-27 21:17:01 +00:00
Wa.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
clock_res.h Converted to use of NLS. 2002-03-27 21:17:01 +00:00
language.c Converted to use of NLS. 2002-03-27 21:17:01 +00:00
language.h Converted to use of NLS. 2002-03-27 21:17:01 +00:00
license.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
license.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
main.c Updated configure to take advantage of new autoconf 2.53 features. 2002-04-11 21:54:01 +00:00
main.h Converted to use of NLS. 2002-03-27 21:17:01 +00:00
rsrc.rc Converted to use of NLS. 2002-03-27 21:17:01 +00:00
winclock.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
winclock.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00

README

 Clock for Wine
 ==============
 
 This is a first attempt to realize a desktop clock for Wine as done in 
 Windows. It'a an early release and most of the code is still broken.

 Please see file TODO for things to do and keep the file ChangeLog
 up to date.

 Code is currently under heavy construction. Please direct patches and
 additions to my personal email address <mbaur@g26.ethz.ch>

 If you think that the compiled binary is too big, you can reduce its size
 with the command 'strip clock' (please don't try this on libraries).