mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
enable network-aware PNO build
This commit is contained in:
parent
3d0530d30d
commit
b1b9e96142
2 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@ INCLUDE += \
|
|||
-I$(PALMDIR)/Core/System \
|
||||
-I$(PALMDIR)/Core/System/Unix \
|
||||
-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
|
||||
# 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)/dictlist.o \
|
||||
$(PLATFORM)/palmir.o \
|
||||
$(PLATFORM)/palmip.o \
|
||||
$(PLATFORM)/prefsdlg.o \
|
||||
$(PLATFORM)/connsdlg.o \
|
||||
$(PLATFORM)/pace_gen.o \
|
||||
|
|
|
@ -210,3 +210,13 @@ SysUIAppSwitch
|
|||
FntBaseLine
|
||||
WinSetScalingMode
|
||||
WinGetDrawWindow
|
||||
############ These only needed if BEYOND_IR defined
|
||||
NetLibOpen
|
||||
NetLibSocketOpen
|
||||
NetLibClose
|
||||
NetLibSocketClose
|
||||
NetLibSend
|
||||
NetLibReceive
|
||||
NetLibSelect
|
||||
NetLibSocketConnect
|
||||
NetLibSocketOptionSet
|
||||
|
|
Loading…
Reference in a new issue