Activated FTSC product code

This commit is contained in:
Michiel Broek 2003-09-02 18:16:00 +00:00
parent 6947302f04
commit a91e38df0f
5 changed files with 5 additions and 4 deletions

View File

@ -28,6 +28,8 @@ v0.37.6 10-Aug-2003
Changed all gif and jpg images to png images. Changed all gif and jpg images to png images.
Added a setup switch for the nodes for selecting the wrong Added a setup switch for the nodes for selecting the wrong
binkp long filenames escape method for Argus and Irex nodes. binkp long filenames escape method for Argus and Irex nodes.
Activated the productcode for mbse that is published in the
ftscprod.007
nodelist.a: nodelist.a:
Removed some of the debug logging. Removed some of the debug logging.

View File

@ -18,7 +18,7 @@ Full tic file support, including extended
tic files. tic files.
OS: GNU/Linux, NetBSD and FreeBSD. OS: GNU/Linux, NetBSD and FreeBSD.
Originating sites 2:280/2802@fidonet and Originating sites 2:280/2802@fidonet and
http://mbse.sourceforge.net/ http://www.mbse.dds.nl/
Copyright by Michiel Broek. Copyright by Michiel Broek.
Released under the terms of the GNU Public Released under the terms of the GNU Public
License. License.

View File

@ -40,7 +40,7 @@ OBJS = ${CLCOMM_OBJS} ${COMMON_OBJS} ${DBASE_OBJS} ${MSGBASE_OBJS} ${MBINET_OBJ
${DIESEL_OBJS} ${NODELIST_OBJS} ${DIESEL_OBJS} ${NODELIST_OBJS}
HDRS = ${CLCOMM_HDRS} ${COMMON_HDRS} ${DBASE_HDRS} ${MSGBASE_HDRS} ${MBINET_HDRS} \ HDRS = ${CLCOMM_HDRS} ${COMMON_HDRS} ${DBASE_HDRS} ${MSGBASE_HDRS} ${MBINET_HDRS} \
${DIESEL_HDRS} ${NODELIST_HDRS} ${OTHER_HDRS} ${DIESEL_HDRS} ${NODELIST_HDRS} ${OTHER_HDRS}
OTHER = Makefile README ftscprod.006 mkprod.awk \ OTHER = Makefile README ftscprod.007 mkprod.awk \
README.diesel README.macro Diesel.doc nodelist.conf README.diesel README.macro Diesel.doc nodelist.conf
TARGET = libclcomm.a libcommon.a libdbase.a libmsgbase.a libmbinet.a libdiesel.a \ TARGET = libclcomm.a libcommon.a libdbase.a libmsgbase.a libmbinet.a libdiesel.a \
libnodelist.a libnodelist.a

View File

@ -7,8 +7,7 @@
#pragma pack(1) #pragma pack(1)
#define PRODCODE 0x00fe /* Unasigned 16 bits product code */ #define PRODCODE 0x11ff /* Official MBSE FTSC product code */
// #define PRODCODE 0x11ff /* Official MBSE FTSC product code */
#define LEAVE 0 #define LEAVE 0
#define KFS 1 #define KFS 1