makefile.VMS
资源名称:pccts133.zip [点击查看]
上传用户:itx_2006
上传日期:2007-01-06
资源大小:493k
文件大小:0k
源码类别:
编译器/解释器
开发平台:
Others
- $! File: MAKE.COM - Makefile for genmms OpenVMS
- $!
- $! History:
- $! ---------
- $! 28-Jan-1998 J.F. Pieronne V1.0.
- $!
- $ set noon !Don't stop on errors.
- $!
- $ if P1 .eqs. "LINK" then goto relink
- $!
- $!
- $ delete/nolog *.obj;* !Get rid of existing .OBJ files.
- $!
- $ options = "/INCLUDE=([--.h])/define=(__STDC__)"
- $ CC 'options' genmms
- $!
- $relink:
- $ LINK genmms, sys$input:/options
- ! sys$share:vaxcrtl.exe/share
- $ EXIT