diff --git a/Makefile b/Makefile index 1fec891..48fe11a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ SRC_FILES := changes.txt license.txt Makefile mkstubs.pl readme.txt src/config.h src/mswsock.def src/mswsock_stubs.txt src/stubdll.c src/winsock.c src/wsock32.def \ src/wsock32_stubs.txt src/directplay.c src/dpwsockx.def src/dpwsockx_stubs.txt src/common.c \ src/common.h src/router.c src/router.h src/router-exe.c src/interface.c src/interface.h \ - include/dplay.h include/dplaysp.h include/dplobby.h include/wsnwlink.h + src/ipxrouter.rc ipxrouter.ico include/dplay.h include/dplaysp.h include/dplobby.h \ + include/wsnwlink.h all: ipxwrapper.dll wsock32.dll mswsock.dll ipxconfig.exe dpwsockx.dll ipxrouter.exe diff --git a/changes.txt b/changes.txt index 0345c89..3b6d2b6 100644 --- a/changes.txt +++ b/changes.txt @@ -34,6 +34,10 @@ Version ???: Update: Implemented windows 95/98 WSHEnumProtocols function. Update: Implemented connect, send and getpeername functions. + + Update: Max packet (data) size reduced to 8KiB. + + Update: Implemented IPX_RECEIVE_BROADCAST option. Version 0.2.2: Feature: Redesigned ipxconfig UI.