add relay dir to -I list

This commit is contained in:
ehouse 2005-06-13 13:23:33 +00:00
parent 696db43b72
commit c85a50c070
2 changed files with 4 additions and 4 deletions

View file

@ -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 $<

View file

@ -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 $<