mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
add relay dir to -I list
This commit is contained in:
parent
696db43b72
commit
c85a50c070
2 changed files with 4 additions and 4 deletions
|
@ -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 $<
|
||||
|
|
|
@ -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 $<
|
||||
|
|
Loading…
Reference in a new issue