Updated paths after directory was moved.
authorEugene Ingerman <geneing@myrealbox.com>
Fri, 7 Jun 2002 05:35:04 +0000 (05:35 +0000)
committerEugene Ingerman <geneing@myrealbox.com>
Fri, 7 Jun 2002 05:35:04 +0000 (05:35 +0000)
svn path=/trunk/; revision=3020

reactos/apps/utils/pice/loader/makefile
reactos/apps/utils/pice/loader/stdinc.h
reactos/apps/utils/pice/module/makefile
reactos/apps/utils/pice/module/utils.h

index ab27ea9..2aab129 100644 (file)
@@ -15,7 +15,7 @@
 #              make
 
 
-PATH_TO_TOP = ../../..
+PATH_TO_TOP = ../../../..
 
 TARGET_NORC = yes
 
index 6ce4d2c..34cfe0c 100644 (file)
@@ -18,7 +18,7 @@
 //#include <unistd.h>
 //#include <linux/unistd.h>
 
-#include "../../../include/pe.h"
+#include "../../../../include/pe.h"
 #include "stab_gnu.h"
 //#include "retypes.h"
 //#include "terminal.h"
index e622454..13f3e67 100644 (file)
@@ -1,9 +1,9 @@
-PATH_TO_TOP = ../../..
+PATH_TO_TOP = ../../../..
 
 TARGET_TYPE = driver
 
 TARGET_NAME = pice
-TARGET_CFLAGS := -g -I../../../ntoskrnl/include  -I../../../ntoskrnl/include -DDEBUG
+TARGET_CFLAGS := -g -I../../../../ntoskrnl/include  -DDEBUG
 TARGET_SDK_LIBS :=
 
 TARGET_OBJECTS = \
index ea65de0..902d2f5 100644 (file)
@@ -29,7 +29,7 @@ Copyright notice:
 
 --*/
 #include <stdarg.h>
-#include "../../../ntoskrnl/include/internal/ps.h"
+#include "../../../../ntoskrnl/include/internal/ps.h"
 #define __STR(x) #x
 #define STR(x) __STR(x)
 
@@ -56,7 +56,7 @@ typedef struct tagKEYBOARD_LAYOUT
 } KEYBOARD_LAYOUT, *PKEYBOARD_LAYOUT;
 
 extern PKEYBOARD_LAYOUT CurrentKeyboard;
+
 typedef struct _FRAME
 {
     ULONG error_code;