Release 951226
[wine/gsoc-2012-control.git] / libtest / README.rolex
bloba481683285c33b4c9ab216db981a0d2546f0beaf
1 Windows clock application for WINE (by Jim Peterson)
3 This is a translation of a Turbo Pascal OWL application I made once,
4 so it's a little flaky (tons of globals, functions that could have
5 been in-lined, etc.).  The file rolex.exe is a Win32 application
6 compiled using this source code and Borland C++ 4.0.
8 To try it out, type 'make rolex' or 'wine ./rolex.exe' (which fails).