summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:52:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:52:47 +0000
commit6fcd48329376da596ae83477565bceba30c98975 (patch)
treeaef483cf3038805bf4ea05b40244b3f9a963a9d7 /dmake/winnt
parent53c8b8eb3188c2e6781f6059dc6735132a2d6a0a (diff)
INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED
2006/11/12 05:06:50 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.
Diffstat (limited to 'dmake/winnt')
-rw-r--r--dmake/winnt/mingw/public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/winnt/mingw/public.h b/dmake/winnt/mingw/public.h
index a17ad7d174ca..f81d1ebf7899 100644
--- a/dmake/winnt/mingw/public.h
+++ b/dmake/winnt/mingw/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.5 2006-09-25 09:53:48 vg Exp $
+/* RCS $Id: public.h,v 1.6 2007-01-18 09:52:47 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,7 +112,7 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR));
-int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
+int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *));
char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *));
@@ -159,7 +159,7 @@ void dstrlwr ANSI((char *, char *));
time_t seek_arch ANSI((char*, char*));
int touch_arch ANSI((char*, char*));
int If_root_path ANSI((char *));
-int runargv ANSI((CELLPTR, int, int, int, int, char *));
+int runargv ANSI((CELLPTR, int, int, t_attr, char *));
void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int));
void Remove_prq ANSI((CELLPTR));