Resource script added.

svn path=/trunk/; revision=13535
This commit is contained in:
Emanuele Aliberti 2005-02-13 21:16:59 +00:00
parent e655d1606e
commit 62ed018810
3 changed files with 7 additions and 20 deletions

View file

@ -1,17 +0,0 @@
*.sys
*.exe
*.dll
*.cpl
*.a
*.o
*.d
*.coff
*.dsp
*.dsw
*.aps
*.ncb
*.opt
*.sym
*.plg
*.bak
*.map

View file

@ -0,0 +1,6 @@
/* $Id: $ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Kill Process Utility\0"
#define REACTOS_STR_INTERNAL_NAME "kill\0"
#define REACTOS_STR_ORIGINAL_FILENAME "kill.exe\0"
#include <reactos/version.rc>

View file

@ -1,9 +1,7 @@
# # $Id$
PATH_TO_TOP = ../../../reactos PATH_TO_TOP = ../../../reactos
TARGET_NORC = yes
TARGET_TYPE = program TARGET_TYPE = program
TARGET_APPTYPE = console TARGET_APPTYPE = console