From: Emanuele Aliberti Date: Tue, 12 Sep 2000 23:21:20 +0000 (+0000) Subject: Added Casper to the coders parade. X-Git-Tag: backups/FreeLoader@12428~550 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=192a6b11b409afad310b831501218fe256a7689f Added Casper to the coders parade. svn path=/trunk/; revision=1355 --- diff --git a/rosapps/notevil/makefile b/rosapps/notevil/makefile index 242bb844f76..230406f5926 100644 --- a/rosapps/notevil/makefile +++ b/rosapps/notevil/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.2 1999/10/03 22:10:15 ekohl Exp $ +# $Id: makefile,v 1.3 2000/09/12 23:21:20 ea Exp $ # # ReactOS makefile for notevil # Compiler: egcs 1.1.2 @@ -29,6 +29,7 @@ $(TARGET).exe: $(OBJECTS) $(TARGET).coff: $(TARGET).rc $(RC) $(RFLAGS) $(TARGET).rc $(TARGET).coff +$(TARGET).o: $(TARGET).c resource.h floppy: $(TARGET:%=$(FLOPPY_DIR)/apps/%) diff --git a/rosapps/notevil/notevil.rc b/rosapps/notevil/notevil.rc index 91c6ab15f84..55dd6e88d38 100644 --- a/rosapps/notevil/notevil.rc +++ b/rosapps/notevil/notevil.rc @@ -1,4 +1,4 @@ -/* $Id: notevil.rc,v 1.3 2000/01/23 22:52:57 ea Exp $ */ +/* $Id: notevil.rc,v 1.4 2000/09/12 23:21:20 ea Exp $ */ #include "../../reactos/include/defines.h" #include "../../reactos/include/reactos/resource.h" @@ -68,6 +68,7 @@ BEGIN 18, "Phillip Susi" 19, "Paolo Pantaleo" 20, "Hernan Ochoa" + 21, "Casper Hornstrup" END /* EOF */ diff --git a/rosapps/notevil/resource.h b/rosapps/notevil/resource.h index 9919df5982b..bc3f4c4d71c 100644 --- a/rosapps/notevil/resource.h +++ b/rosapps/notevil/resource.h @@ -1,2 +1,2 @@ #define RES_FIRST_INDEX 1 -#define RES_LAST_INDEX 20 +#define RES_LAST_INDEX 21