changes to get cmd compiling again
authorRoyce Mitchell III <royce3@ev1.net>
Mon, 11 Aug 2003 00:22:04 +0000 (00:22 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Mon, 11 Aug 2003 00:22:04 +0000 (00:22 +0000)
svn path=/trunk/; revision=5515

reactos/subsys/system/cmd/copy.c
reactos/subsys/system/cmd/makefile

index 0ca88b9..f80bae0 100644 (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"
index a705171..dd44f12 100644 (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)