Im using RadAsm 2.2.1.0b + latest lcc compiler Nov 21 ,2006.
situation 1.
File->New Project->Dialog Template for lcc:
Project Options ->Link Description ->5,O,$B\LCCLNK.EXE /s /SUBSYSTEM WINDOWS /o "$5",3,4
RadAsm is using / and after building size of dialog.exe is 6kb
situation 2.
File->New Project->Dialog Template for lcc:
Project Options ->Link Description -> 5,O,$B\LCCLNK.EXE -s -SUBSYSTEM WINDOWS -o "$5",3,4
I replaced / with - and after building size of dialog.exe is 5kb
So , Im guessing that with / all switches arent active or maybe something else is wrong here...