enable network-aware PNO build

This commit is contained in:
ehouse 2005-05-01 17:19:50 +00:00
parent 3d0530d30d
commit b1b9e96142
2 changed files with 12 additions and 1 deletions

View file

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

View file

@ -210,3 +210,13 @@ SysUIAppSwitch
FntBaseLine
WinSetScalingMode
WinGetDrawWindow
############ These only needed if BEYOND_IR defined
NetLibOpen
NetLibSocketOpen
NetLibClose
NetLibSocketClose
NetLibSend
NetLibReceive
NetLibSelect
NetLibSocketConnect
NetLibSocketOptionSet