                                   WexT
                            Dos-Extender package
                                    by
                           Jonas Lund aka Whizzter
******************************************************************************
 Copyright (C) 1998 Jonas Lund, All Rights Reserved.

Legal:
------------------------------------------------------------------------------
 I (Jonas Lund) declare that i am in no way responsible for any damage
 caused by this software, when you use this software it is on your own
 risk.
 This software is also free for any non-commercial usage.
 But if you plan to make money on software using this you MUST contact me first.
------------------------------------------------------------------------------

for some of the examples you will need a binary to obj file converter.

Watcom make is prefered

the examples(divided into directories):

hello\             - that old loved hello world (100% assembly)

mode13\            - simple program to access the video memory in mode13
                     (100% assembly)

wc_exam\           - WexT+WatcomC/C++ example, performs a few tasks
                     (Watcom C)

wc_intro\          - WexT+WatcomC/C++ example, performs a few tasks.
                     this example is non-overlayed, ie the one you want
                     for intros.
                     (Watcom C)

Examples for other packages:

MXMplay by Niklas Beisert, just some source for playing.

mxm_exam\          - Example of using MXMplay with WexT386
                     (100% asm)

Usmplay examples.
these includes 2 precompiled libs, i REALLY suggest that you get the
full usmplay package so that you can read the documentation and
recompile these

usmplay.txt        - info about wext and usmplay

the libs used EVERYTHING, s3m,mod,xm,it compability so they are not the best
to use for a intro, compile own libs if you want to have it smaller
(the tiny example could have been about 10k smaller with special libs)

usmlib\            - all the files needed to remake the lib
usmp_ex\           - Usmplay with fulllib(all cards)
                     (Watcom C)

no assembly examples because i am lazy :), i let that to FreddyV
for the next usmplay version.
