Added Casper to the coders parade.
authorEmanuele Aliberti <ea@iol.it>
Tue, 12 Sep 2000 23:21:20 +0000 (23:21 +0000)
committerEmanuele Aliberti <ea@iol.it>
Tue, 12 Sep 2000 23:21:20 +0000 (23:21 +0000)
svn path=/trunk/; revision=1355

rosapps/notevil/makefile
rosapps/notevil/notevil.rc
rosapps/notevil/resource.h

index 242bb84..230406f 100644 (file)
@@ -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
 #
 # 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).coff: $(TARGET).rc
        $(RC) $(RFLAGS) $(TARGET).rc $(TARGET).coff
 
+$(TARGET).o: $(TARGET).c resource.h
 
 floppy: $(TARGET:%=$(FLOPPY_DIR)/apps/%)
 
 
 floppy: $(TARGET:%=$(FLOPPY_DIR)/apps/%)
 
index 91c6ab1..55dd6e8 100644 (file)
@@ -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"
 
 #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"
  18, "Phillip Susi"
  19, "Paolo Pantaleo"
  20, "Hernan Ochoa"
+ 21, "Casper Hornstrup"
 END
 
 /* EOF */
 END
 
 /* EOF */
index 9919df5..bc3f4c4 100644 (file)
@@ -1,2 +1,2 @@
 #define RES_FIRST_INDEX 1
 #define RES_FIRST_INDEX 1
-#define RES_LAST_INDEX  20
+#define RES_LAST_INDEX  21