File: make.com

package info (click to toggle)
xabacus 5.4.4-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 300 kB
  • ctags: 159
  • sloc: sh: 1,526; ansic: 1,054; makefile: 189
file content (25 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$ set verify
$! cc="CC/STANDAR=VAXC"
$ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
$ then
$!   cc=="CC/DEB/NOOPT/STANDAR=VAXC"
$   cc=="CC/DEB/NOOPT"
$   link=="LINK/DEB"
$ endif
$ if p1.nes."LINK"
$ then
$ define sys sys$library
$!
$ cc Abacus.c
$ cc xabacus.c
$ endif
$!
$ link/map xabacus,Abacus,-
       sys$library:vaxcrtl/lib,-
       sys$library:ucx$ipc/lib,-
       sys$input/opt
sys$share:decw$dxmlibshr/share
sys$share:decw$xlibshr/share
$! sys$library:ucx$ipc_shr/share
$ set noverify
$ exit