changes to get cmd compiling again

svn path=/trunk/; revision=5515
This commit is contained in:
Royce Mitchell III 2003-08-11 00:22:04 +00:00
parent 47916748b6
commit 77e6a164bb
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
/* $Id: copy.c,v 1.3 2003/08/07 09:27:42 hbirr Exp $
/* $Id: copy.c,v 1.4 2003/08/11 00:22:04 royce Exp $
*
* COPY.C -- copy internal command.
*
@ -31,6 +31,7 @@
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <tchar.h>
#include "cmd.h"
#include "batch.h"

View file

@ -15,6 +15,8 @@ TARGET_NAME = cmd
TARGET_INSTALLDIR = system32
TARGET_CFLAGS = -DANONYMOUSUNIONS -Wall -Werror -I$(PATH_TO_TOP)/include -I$(PATH_TO_TOP)/include/msvcrt
WINE_MODE = yes
WINE_RC = $(TARGET_NAME)