"Jason E. Stewart" <[EMAIL PROTECTED]> writes:

> This is what I get on my screen:
> 
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
> 
>         nmake -C Handler static
> 
> cl -c -I. -IHandler -IC:/xerces-c2_0_0-win32/include/xercesc -D_REENTRANT -O
> 1 -MD -DNDEBUG    -DVERSION=\"2.0.0-3\"  -DXS_VERSION=\"2.0.0-3\"  -IC:\Perl
> \lib\CORE  Xerces.c
> 
> ClearLogs 1.0 - (c) 2002, Arne Vidstrom ([EMAIL PROTECTED])
>               - http://ntsecurity.nu/toolbox/clearlogs/
> 
>  Usage: clearlogs [\\computername] <-app / -sec / -sys>
> 
>         -app = application log
>         -sec = security log
>         -sys = system log
> NMAKE :  U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
> Stop.

Sorry. The -C flag is specific to GNU make it starts a recursive make
in the Handler directory. You should be able to do that by hand and
get it to work.

Cheers,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to