mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
enable network-aware PNO build
This commit is contained in:
parent
07e3e53e92
commit
4c587df9f3
2 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@ INCLUDE += \
|
||||||
-I$(PALMDIR)/Core/System \
|
-I$(PALMDIR)/Core/System \
|
||||||
-I$(PALMDIR)/Core/System/Unix \
|
-I$(PALMDIR)/Core/System/Unix \
|
||||||
-I$(PALMDIR)/Core/Hardware \
|
-I$(PALMDIR)/Core/Hardware \
|
||||||
-I. -I../common
|
-I. -I../common -I../relay
|
||||||
|
|
||||||
# NOTE!!!! Added the -w flag to supress all warnings since arm-elf-gcc
|
# NOTE!!!! Added the -w flag to supress all warnings since arm-elf-gcc
|
||||||
# does so much bitching about the Palm headers. Need to fix that, or
|
# does so much bitching about the Palm headers. Need to fix that, or
|
||||||
|
@ -51,6 +51,7 @@ OBJS = $(PLATFORM)/pnolet.o \
|
||||||
$(PLATFORM)/dictui.o \
|
$(PLATFORM)/dictui.o \
|
||||||
$(PLATFORM)/dictlist.o \
|
$(PLATFORM)/dictlist.o \
|
||||||
$(PLATFORM)/palmir.o \
|
$(PLATFORM)/palmir.o \
|
||||||
|
$(PLATFORM)/palmip.o \
|
||||||
$(PLATFORM)/prefsdlg.o \
|
$(PLATFORM)/prefsdlg.o \
|
||||||
$(PLATFORM)/connsdlg.o \
|
$(PLATFORM)/connsdlg.o \
|
||||||
$(PLATFORM)/pace_gen.o \
|
$(PLATFORM)/pace_gen.o \
|
||||||
|
|
|
@ -210,3 +210,13 @@ SysUIAppSwitch
|
||||||
FntBaseLine
|
FntBaseLine
|
||||||
WinSetScalingMode
|
WinSetScalingMode
|
||||||
WinGetDrawWindow
|
WinGetDrawWindow
|
||||||
|
############ These only needed if BEYOND_IR defined
|
||||||
|
NetLibOpen
|
||||||
|
NetLibSocketOpen
|
||||||
|
NetLibClose
|
||||||
|
NetLibSocketClose
|
||||||
|
NetLibSend
|
||||||
|
NetLibReceive
|
||||||
|
NetLibSelect
|
||||||
|
NetLibSocketConnect
|
||||||
|
NetLibSocketOptionSet
|
||||||
|
|
Loading…
Add table
Reference in a new issue