mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Resource script added.
svn path=/trunk/; revision=13535
This commit is contained in:
parent
e655d1606e
commit
62ed018810
3 changed files with 7 additions and 20 deletions
|
@ -1,17 +0,0 @@
|
||||||
*.sys
|
|
||||||
*.exe
|
|
||||||
*.dll
|
|
||||||
*.cpl
|
|
||||||
*.a
|
|
||||||
*.o
|
|
||||||
*.d
|
|
||||||
*.coff
|
|
||||||
*.dsp
|
|
||||||
*.dsw
|
|
||||||
*.aps
|
|
||||||
*.ncb
|
|
||||||
*.opt
|
|
||||||
*.sym
|
|
||||||
*.plg
|
|
||||||
*.bak
|
|
||||||
*.map
|
|
6
rosapps/sysutils/kill/kill.rc
Normal file
6
rosapps/sysutils/kill/kill.rc
Normal 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>
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue