version.h is now in include/wine directory.
[wine] / programs / clock / README
1
2  Clock for Wine
3  ==============
4  
5  This is a first attempt to realize a desktop clock for Wine as done in 
6  Windows. It'a an early release and most of the code is still broken.
7
8  Please see file TODO for things to do and keep the file ChangeLog
9  up to date.
10
11  Code is currently under heavy construction. Please direct patches and
12  additions to my personal email address <mbaur@g26.ethz.ch>
13
14  If you think that the compiled binary is too big, you can reduce its size
15  with the command 'strip clock' (please don't try this on libraries).