If you just type the abld command you will the following output:
Code:
D:\symbian_prjs\group>abld
Common usage : abld [test] command [options] [platform] [build] [program]
where command is build, target, etc.
(type "abld help commands" for a list of commands)
where options are -c, -k, etc.
(type "abld help options" for a list of options)
where parameters depend upon the command
(type "abld help <command>" for command-specific help)
where parameters default to 'ALL' if unspecified
project platforms:
WINSCW GCCXML EDG GCCE ARMV5 ARMV5_ABIV2 GCCE VS6 CW_IDE VS2003
So just check the platforms supported and run the command
Code:
abld build winscw udeb
Hope this helps.
--Mayur.