Sweden-Number/programs/clock
Alexandre Julliard bef8e16fdf Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +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
Da.rc
De.rc
En.rc
Es.rc
Fi.rc
Fr.rc
License_En.c
Makefile.in Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
Pt.rc
README
Sk.rc Added/upgraded Slovak messages, and Slovak and Czech keyboard layout. 2000-10-31 01:19:11 +00:00
Sw.rc
TODO
Wa.rc
clock.rc
clock.spec Added some missing imports. 2000-11-09 20:41:13 +00:00
language.c Fixed language handling. Removed some dependencies on Wine internals. 2000-11-10 01:06:36 +00:00
language.h Fixed language handling. Removed some dependencies on Wine internals. 2000-11-10 01:06:36 +00:00
license.c Fixed language handling. Removed some dependencies on Wine internals. 2000-11-10 01:06:36 +00:00
license.h Fixed language handling. Removed some dependencies on Wine internals. 2000-11-10 01:06:36 +00:00
main.c Removed a crash in program/clock. 2000-12-13 01:53:51 +00:00
main.h Fixed a number of incompatibilities in OEM icons/cursors handling. 2001-01-20 02:48:30 +00:00
rsrc.rc Added/upgraded Slovak messages, and Slovak and Czech keyboard layout. 2000-10-31 01:19:11 +00:00
winclock.c
winclock.h

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).