I just tried to create a .LIB library in SLINK64 and this is what happens:
File c:\temp\LIB.TXT contains :-
archive C:\VM\OBJECT64\lib\MASTER.lib
addobj C:\VM\OBJECT64\binary\D2013\D_EXIST3.obj
addobj C:\VM\OBJECT64\binary\D2013\D_FCLOSE.obj
addobj C:\VM\OBJECT64\binary\D2013\D_FOPEN2.obj
addobj C:\VM\OBJECT64\binary\D2013\D_GETDDL.obj
... (plus a few more)
file
I run command - slink64 c:\temp\LIBBLD.txt> c:\VM\OBJECT64\LIB\LIB.TXT
- and LIB.TXT gives [SLINK64 v1.7, Copyright (c) Silverfrost Ltd. 2015-2016] ***SLINK64 does not know what to do with file c:\temp\LIBBLD.txt
Does SLINK64 not accept command files? Or is it simply not recognising the archive command? The equivalent commands in SLINK work fine and I have been using it in this way for many years.