diff options
Diffstat (limited to 'dmake/msdos/rmprq.c')
-rw-r--r-- | dmake/msdos/rmprq.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dmake/msdos/rmprq.c b/dmake/msdos/rmprq.c index f2194bced053..28fa1e392811 100644 --- a/dmake/msdos/rmprq.c +++ b/dmake/msdos/rmprq.c @@ -1,4 +1,4 @@ -/* RCS $Id: rmprq.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ +/* RCS $Id: rmprq.c,v 1.2 2008-03-05 18:35:28 kz Exp $ -- -- SYNOPSIS -- Remove prerequisites code. @@ -25,6 +25,12 @@ -- Use cvs log to obtain detailed change logs. */ +#if defined(USE_CREATEPROCESS) +/* MSVC6.0 and newer and MinGW use the parallel build enabled runargv(). */ +Force a compile-time blowup. +This file should not be used, use unix/rmprq.c instead. +#endif + #include "extern.h" PUBLIC void |