mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Added Casper to the coders parade.
svn path=/trunk/; revision=1355
This commit is contained in:
parent
f452b24998
commit
192a6b11b4
3 changed files with 5 additions and 3 deletions
|
@ -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
|
# ReactOS makefile for notevil
|
||||||
# Compiler: egcs 1.1.2
|
# Compiler: egcs 1.1.2
|
||||||
|
@ -29,6 +29,7 @@ $(TARGET).exe: $(OBJECTS)
|
||||||
$(TARGET).coff: $(TARGET).rc
|
$(TARGET).coff: $(TARGET).rc
|
||||||
$(RC) $(RFLAGS) $(TARGET).rc $(TARGET).coff
|
$(RC) $(RFLAGS) $(TARGET).rc $(TARGET).coff
|
||||||
|
|
||||||
|
$(TARGET).o: $(TARGET).c resource.h
|
||||||
|
|
||||||
floppy: $(TARGET:%=$(FLOPPY_DIR)/apps/%)
|
floppy: $(TARGET:%=$(FLOPPY_DIR)/apps/%)
|
||||||
|
|
||||||
|
|
|
@ -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/defines.h"
|
||||||
#include "../../reactos/include/reactos/resource.h"
|
#include "../../reactos/include/reactos/resource.h"
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ BEGIN
|
||||||
18, "Phillip Susi"
|
18, "Phillip Susi"
|
||||||
19, "Paolo Pantaleo"
|
19, "Paolo Pantaleo"
|
||||||
20, "Hernan Ochoa"
|
20, "Hernan Ochoa"
|
||||||
|
21, "Casper Hornstrup"
|
||||||
END
|
END
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#define RES_FIRST_INDEX 1
|
#define RES_FIRST_INDEX 1
|
||||||
#define RES_LAST_INDEX 20
|
#define RES_LAST_INDEX 21
|
||||||
|
|
Loading…
Reference in a new issue