adjust the rest of the old test makefiles. 80% done porting to rbuild.
[reactos.git] / rosapps / notevil / readme.txt
1 $Id: readme.txt,v 1.1 1999/05/15 07:23:34 ea Exp $
2
3 ReactOS Coders Console Parade
4 -----------------------------
5
6 The name "notevil" is from the well known Easter egg
7 of the "3D Text (OpenGL)" screen saver, which
8 displays the NT programmers' names if one writes
9 "not evil" in the text box.
10
11 To add a new name, add a new string in the
12 resource script notevil.rc (string index numbers must be
13 unique) and edit resource.h to update minimum and
14 maximum indices.
15
16 Eventually run make.
17
18 Written to test Win32 console functions implementation.
19
20 ___________
21 19990411 EA