diff options
Diffstat (limited to 'gnu/usr.bin/cvs/lib/build_lib.com')
-rw-r--r-- | gnu/usr.bin/cvs/lib/build_lib.com | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/build_lib.com b/gnu/usr.bin/cvs/lib/build_lib.com new file mode 100644 index 00000000000..0b808e59d9b --- /dev/null +++ b/gnu/usr.bin/cvs/lib/build_lib.com @@ -0,0 +1,19 @@ +$ CC :== CC/DEBUG/NOOPTIMIZE/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H- +/INCLUDE_DIRECTORY=([-],[-.LIB],[-.SRC],[-.VMS])/PREFIX_LIBRARY_ENTRIES=ALL_ENTRIES +$ CC fnmatch.c +$ CC getdate.c +$ CC getline.c +$ CC getopt.c +$ CC getopt1.c +$ CC md5.c +$ CC regex.c +$ CC savecwd.c +$ CC sighandle.c +$ CC strippath.c +$ CC stripslash.c +$ CC valloc.c +$ CC xgetwd.c +$ CC yesno.c +$ library/create gnulib.olb fnmatch.obj,getdate.obj,getline.obj,- +getopt.obj,getopt1.obj,md5.obj,regex.obj,savecwd.obj,sighandle.obj,- +strippath.obj,stripslash.obj,valloc.obj,xgetwd.obj,yesno.obj |