File: xcmp.com

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (17 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$! XCMP.COM
$! compile all x files
$!
$ VMS_DEFS := "VMS,CADDR_T"
$ INCLD := "sys$common:[decw$include],[-.kernel],[-.x11]"
$ VMS_FLAGS := "/NOCASEHACK"
$   gcc [-.x11]XCMD.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]XCONQ.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]XDRAW.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]xhelp.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]ximf.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]XINIT.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]XMAP.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]XOUT.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]xtext.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$   gcc [-.x11]xutil.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
$exit