1
0
mirror of https://github.com/simh/simh.git synced 2026-04-03 20:32:44 +00:00
Files
simh.simh/Pcap-VMS/pcap-vci/VMS_PCAP.COM
Mark Pizzolato 0ad673fed3 Separated Pcap-VMS from the rest of the simh source tree.
This is being done since the plan going forward (in the primary descrip.mms and the Visual Studio Projects) is to local pcap components (VMS and Windows) one level up from the simh directory.

The PCAP-VMS components are presumed (by this procedure) to be located
in a directory at the same level as the directory containing the
simh source files.  For example, if these exist here:

   []descrip.mms
   []scp.c
   etc.

Then the following should exist:
   [-.PCAP-VMS]BUILD_ALL.COM
   [-.PCAP-VMS.PCAP-VCI]
   [-.PCAP-VMS.PCAPVCM]
   etc.
2011-04-20 12:23:06 -07:00

65 lines
2.6 KiB
Plaintext

$ if f$search("pcap.olb") .eqs. ""
$ then
$ libr/crea pcap.olb
$ endif
$ if p1 .nes. ""
$ then
$ opt = "/debug/noopt"
$ else
$! Nodebug
$ opt = "/opt=(level=4)"
$ endif
$ cc/opt/name=(as_is, shortened)/nomember_align'opt/include=sys$disk:[] -
pcapvci+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap pcapvci
$ cc/opt/name=(as_is, shortened)/nomember_align'opt/include=sys$disk:[] -
vcmutil+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap vcmutil
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
bpf_dump+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap bpf_dump
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
bpf_filter+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap bpf_filter
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
bpf_image+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap bpf_image
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
etherent+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap etherent
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
fad-gifc+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap fad-gifc
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
gencode+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap gencode
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
grammar+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap grammar
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
inet+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap inet
$ cc/name=( as_is,shortened)/opt'opt/include=sys$disk:[] -
nametoaddr+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap nametoaddr
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
optimize+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap optimize
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
pcap+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap pcap
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
savefile+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap savefile
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
scanner+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap scanner
$ cc/name=( as_is,shortened)/opt/nomember_align'opt/include=sys$disk:[] -
snprintf+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap snprintf
$ cc/name=( as_is,shortened)/opt/nomember_alig'opt/include=sys$disk:[] -
pcap-vms+sys$share:sys$lib_c.tlb/lib
$ libr/replace pcap pcap-vms
$ exit