mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
changes to get cmd compiling again
svn path=/trunk/; revision=5515
This commit is contained in:
parent
47916748b6
commit
77e6a164bb
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue