reactos/rosapps/notevil
2003-01-15 19:55:29 +00:00
..
.cvsignore Fixes for building with __MINGW32_VERSION 2.1 2002-08-25 06:47:16 +00:00
makefile Mainly standardisation of makefiles, now support make install rules and use ros headers... 2003-01-15 19:55:29 +00:00
notevil.c Switched to using waitable timers instead of Sleep(), gives more accurate time cycles, also added some small optimizations 2001-02-18 19:31:38 +00:00
notevil.rc Eugene Ingerman, Guido de Jong, Jurgen van Gael, Marty Dill, and Ge van Geldorp added to the list of ROS coders. 2003-01-04 15:21:18 +00:00
readme.txt *** empty log message *** 1999-05-15 07:23:34 +00:00
resource.h Eugene Ingerman, Guido de Jong, Jurgen van Gael, Marty Dill, and Ge van Geldorp added to the list of ROS coders. 2003-01-04 15:21:18 +00:00

$Id: readme.txt,v 1.1 1999/05/15 07:23:34 ea Exp $

ReactOS Coders Console Parade
-----------------------------

The name "notevil" is from the well known Easter egg
of the "3D Text (OpenGL)" screen saver, which
displays the NT programmers' names if one writes
"not evil" in the text box.

To add a new name, add a new string in the
resource script notevil.rc (string index numbers must be
unique) and edit resource.h to update minimum and 
maximum indices.

Eventually run make.

Written to test Win32 console functions implementation.

___________
19990411 EA