wine-wine/programs/clock
Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
..
.cvsignore Build Win32 resources as .res files and dump them into the .spec.c file. 2000-10-23 21:39:39 +00:00
ChangeLog More Portuguese language support. 1999-10-24 17:31:14 +00:00
Da.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
De.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
En.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Es.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Fi.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Fr.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
License_En.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Makefile.in Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
Pt.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
README Release 980712 1998-07-12 19:29:36 +00:00
Sk.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Sw.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
TODO Release 980712 1998-07-12 19:29:36 +00:00
Wa.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
clock.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
clock.spec Added some missing imports. 2000-11-09 20:41:13 +00:00
language.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
language.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +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 Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
main.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
rsrc.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +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).