How to build the Stub

The Symbian UIQ must be installed in the same drive at "SuperWabaSDKPro\..\extlibs\symbian\UIQ_21"

. go to command prompt (must be cmd - 4nt won't work)
. type "make"

Note: to be able to build the wins, you must have VisualC++ 6 installed (no other version works)
you will have to add "wins" as one of the build targets in "bld.inf" and don't forget to run 
the devstudio "vcvars.bat" to be able to run DevStudio's commandline tools.
Also add vc6 to the "make.bat" file, like this "call abld makefile vc6" to generate a VisualC++ 6 project file
