-----------------------------------------------------------------------------

    readme.txt - $(basename) exedll executable
    
-----------------------------------------------------------------------------

This project implements executable program ($(basename).exe) on multi-process
platform (THUMB) and DLL ($(basename).dll) on a single-process platform (WINS).
Executable can be started using emulator's File Manager, and DLL
can be started using emulator's File Manager (like an exe).


Compile using following commands in DOS-prompt:

    bldmake bldfiles
    abld build wins udeb
    abld build thumb urel


Create installation package (SIS-file):

    makesis $(basename).pkg


SIS-file installs $(basename).exe in the root of internal emulator disk.
Start $(basename).exe using emulator's File Manager application.


Note: copy the DLL from \epoc32\release\wins\udeb\$(basename).dll to
\epoc32\wins\c\ directory to see it in emulator's File Manager
(in the root of emulator's internal emulator disk).

Start $(basename).dll using emulator's File Manager application.
