More details in the rosapps makefile message.

Split sysutils.

svn path=/trunk/; revision=16861
This commit is contained in:
Emanuele Aliberti 2005-07-29 13:46:03 +00:00
parent 93155e947c
commit 91ae1adf27
32 changed files with 106 additions and 72 deletions

View file

@ -1,4 +1,4 @@
/* $Id: find.rc,v 1.2 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "W32 find command\0"
#define REACTOS_STR_INTERNAL_NAME "find\0"

View file

@ -1,4 +1,4 @@
/* $Id: mode.rc,v 1.2 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS mode utility\0"
#define REACTOS_STR_INTERNAL_NAME "mode\0"

View file

@ -1,4 +1,4 @@
/* $Id: more.rc,v 1.3 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "W32 more command\0"
#define REACTOS_STR_INTERNAL_NAME "more\0"

View file

@ -1,4 +1,4 @@
/* $Id: sort.rc,v 1.2 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "W32 sort command\0"
#define REACTOS_STR_INTERNAL_NAME "sort\0"

View file

@ -1,4 +1,4 @@
/* $Id: tee.rc,v 1.3 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "W32 tee command\0"
#define REACTOS_STR_INTERNAL_NAME "tee\0"

View file

@ -1,4 +1,4 @@
/* $Id: touch.rc,v 1.3 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Touch utility\0"
#define REACTOS_STR_INTERNAL_NAME "touch\0"

View file

@ -1,4 +1,4 @@
/* $Id: y.rc,v 1.3 2004/10/16 22:30:16 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "W32 y command\0"
#define REACTOS_STR_INTERNAL_NAME "y\0"

View file

@ -1,4 +1,4 @@
/* $Id: gdb2.cpp,v 1.1 2001/04/15 23:42:07 narnaoud Exp $
/* $Id$
*
* gdb2 - gdb output splitter
*

View file

@ -1,3 +1,13 @@
all:
@echo To build rosapps it has to be copied it into the reactos\modules folder. After
@echo this you can run "make depends" in the \reactos directory to compile it.
@echo To build "rosapps" there are two paths:
@echo ---
@echo 1. copy the rosapps folder into the reactos\modules folder
@echo 2. link reactos/modules/rosapps to rosapps
@echo UNIX
@echo cd $${ROS_SRC_ROOT}/reactos/modules
@echo ln -s $${ROS_SRC_ROOT}/rosapps rosapps
@echo WINDOWS
@echo cd %%ROS_SRC_ROOT%%\reactos\modules
@echo junction rosapps %%ROS_SRC_ROOT%%\rosapps
@echo ---
@echo Eventually you can run "make depends" in the \reactos directory to compile it.

View file

@ -1,4 +1,4 @@
/* $Id: niclist.rc,v 1.4 2004/10/16 22:30:17 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS packet driver niclist\0"
#define REACTOS_STR_INTERNAL_NAME "niclist\0"

View file

@ -0,0 +1,9 @@
<module name="chkdsk" type="win32cui" installbase="system32" installname="chkdsk.exe" warnings="true">
<define name="__USE_W32API" />
<define name="UNICODE" />
<define name="_UNICODE" />
<library>fmifs</library>
<library>ntdll</library>
<file>chkdsk.c</file>
<file>chkdsk.rc</file>
</module>

View file

@ -1,4 +1,4 @@
/* $Id: chklib.rc,v 1.3 2004/10/16 22:30:18 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "Tool to check a dynamic library for a symbol\0"
#define REACTOS_STR_INTERNAL_NAME "chklib\0"

View file

@ -0,0 +1,10 @@
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" warnings="true">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>win32err</library>
<file>chklib.c</file>
<file>chklib.rc</file>
</module>

View file

@ -0,0 +1,6 @@
<module name="lib" type="objectlibrary">
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<file>win32err.c</file>
</module>

View file

@ -16,7 +16,7 @@
#include <reactos/buildno.h>
#include "win32err.h"
#include "../win32err.h"
#define LINKS_SIZE 32768
#define DEVICE_SIZE 8192

View file

@ -1,6 +1,6 @@
/* $Id: ldd.rc,v 1.3 2004/10/16 22:30:18 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "Tool to list the device names visible to the W32 subsystem (also known as DOS Devices).\0"
#define REACTOS_STR_INTERNAL_NAME "ldd\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ldd.exe\0"
#define REACTOS_STR_INTERNAL_NAME "lsdd\0"
#define REACTOS_STR_ORIGINAL_FILENAME "lsdd.exe\0"
#include <reactos/version.rc>

View file

@ -0,0 +1,9 @@
<module name="lsdd" type="win32cui" installbase="system32" installname="lsdd.exe">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>lib</library>
<file>lsdd.c</file>
<file>lsdd.rc</file>
</module>

View file

@ -1,4 +1,4 @@
/* $Id: pedump.rc,v 1.4 2004/10/16 22:30:18 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "Tool to dump a PE image file.\0"
#define REACTOS_STR_INTERNAL_NAME "pedump\0"

View file

@ -0,0 +1,10 @@
<module name="pedump" type="win32cui" installbase="system32" installname="pedump.exe" warnings="true">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>ntdll</library>
<library>kernel32</library>
<file>pedump.c</file>
<file>pedump.rc</file>
</module>

View file

@ -1,4 +1,4 @@
/* $Id: qsi.rc,v 1.2 2004/10/16 22:30:18 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "Tool to query ReactOS system information.\0"
#define REACTOS_STR_INTERNAL_NAME "qsi\0"

View file

@ -32,7 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include "win32err.h"
#include "../win32err.h"
#ifndef SE_PRIVILEGE_ENABLED
#define NTOS_MODE_USER

View file

@ -1,4 +1,4 @@
/* $Id: shutdown.rc,v 1.4 2004/10/16 22:30:18 gvg Exp $ */
/* $Id$ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Shutdown Utility (Win32)\0"
#define REACTOS_STR_INTERNAL_NAME "shutdown\0"

View file

@ -0,0 +1,11 @@
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>user32</library>
<library>lib</library>
<file>shutdown.c</file>
<file>shutdown.rc</file>
</module>

View file

@ -1,19 +1,40 @@
<directory name="lib">
<xi:include href="lib/lib.xml" />
</directory>
<directory name="ctm">
<xi:include href="ctm/ctm.xml" />
</directory>
<!--
<directory name="chkdsk">
<xi:include href="chkdsk/chkdsk.xml" />
</directory>
-->
<directory name="kill">
<xi:include href="kill/kill.xml" />
</directory>
<directory name="lsdd">
<xi:include href="lsdd/lsdd.xml" />
</directory>
<directory name="man">
<xi:include href="man/man.xml" />
</directory>
<directory name="pedump">
<xi:include href="pedump/pedump.xml" />
</directory>
<directory name="regexpl">
<xi:include href="regexpl/regexpl.xml" />
</directory>
<directory name="shutdown">
<xi:include href="shutdown/shutdown.xml" />
</directory>
<directory name="tcat">
<xi:include href="tcat/cat.xml" />
</directory>
@ -21,55 +42,3 @@
<directory name="tlist">
<xi:include href="tlist/tlist.xml" />
</directory>
<module name="win32err" type="objectlibrary">
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<file>win32err.c</file>
</module>
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" warnings="true">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>win32err</library>
<file>chklib.c</file>
<file>chklib.rc</file>
</module>
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>user32</library>
<library>win32err</library>
<file>shutdown.c</file>
<file>shutdown.rc</file>
</module>
<module name="pedump" type="win32cui" installbase="system32" installname="pedump.exe" warnings="true">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>ntdll</library>
<library>kernel32</library>
<file>pedump.c</file>
<file>pedump.rc</file>
</module>
<module name="ldd" type="win32cui" installbase="system32" installname="ldd.exe">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>win32err</library>
<file>ldd.c</file>
<file>ldd.rc</file>
</module>