view lib/swig/swigwin-2.0.11/vms/build_init.com @ 2260:eab43c3d7767

Using new tokenizer in Items.cpp initialize function
author Grumpy7
date Thu, 06 Mar 2014 00:41:04 +0100
parents b3009adc0e2f
children
line wrap: on
line source

$ set def swig_root:[vms]
$
$ swiglib = "swig_root:[vms.o_alpha]swig.olb
$
$ if (f$search("swig_root:[vms]o_alpha.dir") .eqs. "") then $ -
	create/dir swig_root:[vms.o_alpha]
$
$ copy swigconfig.h [-.source.include]
$ copy swigver.h [-.source.include]
$
$ if (f$search("''swiglib'") .eqs. "") then $ -
          library/create/object 'swiglib'
$