1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Updated SRC_FILES and changelog.

This commit is contained in:
Daniel Collins 2011-09-18 22:00:25 +00:00
parent d9684fd53b
commit a778b55e0a
2 changed files with 6 additions and 1 deletions

View File

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

View File

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