Updated paths after directory was moved.

svn path=/trunk/; revision=3020
This commit is contained in:
Eugene Ingerman 2002-06-07 05:35:04 +00:00
parent 421ce5c9dc
commit 9910fb19ec
4 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@
# make
PATH_TO_TOP = ../../..
PATH_TO_TOP = ../../../..
TARGET_NORC = yes

View 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"

View 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 = \

View 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)