Environment Variable Example

<SET LINK386=/NOI /SE:256 /DEBUG
<LINK386 TEST;
<LINK386 /NOD /DEBUG PROG;

In the example above, the file TEST.OBJ is linked with the options /NOI, /SE:256, and /DEBUG. The file PROG.OBJ is then linked with the option /NOD - in addition to /NOI, /SE:256, and /DEBUG.


[Back: Environment Variable]
[Next: Alignment (/A)]