From c85a50c0706e6e1b7cf1284f14764e7819847c9b Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 13 Jun 2005 13:23:33 +0000 Subject: [PATCH] add relay dir to -I list --- wince/armrel.mk | 4 ++-- wince/simrel.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wince/armrel.mk b/wince/armrel.mk index 906b1f9fe..0207dfb56 100755 --- a/wince/armrel.mk +++ b/wince/armrel.mk @@ -1,4 +1,4 @@ -# -*- mode: Makefile; -*- +# -*- mode: Makefile; compile-command: "make -f armrel.mk"; -*- # This is the makefile for non-debug (release) ARM builds. It was # built by hand-cribbing commands from the build-time log file EVC @@ -29,7 +29,7 @@ include ./shared.mk # only once C_CMD = \ $(CC) /nologo $(CC_OPT) /W3 /I "$(WINCE_PATH)\Include\Armv4" \ - /I "..\common" /I "." /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" \ + /I"..\common" /I"..\relay" /I"." /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" \ /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D "UNICODE" \ /D "_UNICODE" /D "NDEBUG" $(XW_C_DEFINES) \ /Fo$@ /MC /c $< diff --git a/wince/simrel.mk b/wince/simrel.mk index 63e987b6c..4c068cabf 100755 --- a/wince/simrel.mk +++ b/wince/simrel.mk @@ -1,4 +1,4 @@ -# -*- mode: Makefile; -*- +# -*- mode: Makefile; compile-command: "make -f simrel.mk"; -*- PLATFORM = emulatorDbg TARGET = $(PLATFORM)/xwords4.exe @@ -18,7 +18,7 @@ include ./shared.mk C_CMD = \ $(CC) /nologo /W3 /Zi /Od \ /I "$(WINCE_PATH)\Include\Emulator" \ - /I "..\common" /I "." /D "DEBUG" /D "_i386_" /D UNDER_CE=420 \ + /I "..\common" /I "..\relay" /I "." /D "DEBUG" /D "_i386_" /D UNDER_CE=420 \ /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "i_386_" \ /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" $(XW_C_DEFINES) \ /Fo$@ /Gs8192 /GF /c $<