diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-05 14:40:09 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-05 14:40:09 +0000 |
commit | a23141fd758d6af0670e5070ed4ddfa501dd3884 (patch) | |
tree | a96d3ce5aa1aeb26ee73a5c1a208964400bee7e9 /Makefile.X11 | |
parent | 1b4731700ac13238dbc46105ec432396908d29e2 (diff) |
added VMS files to Makefiles
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 291b91671c..c7b7dd8464 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.12.2.10 2000/05/03 15:02:02 brianp Exp $ +# $Id: Makefile.X11,v 1.12.2.11 2000/06/05 14:40:09 brianp Exp $ # Mesa 3-D graphics library # Version: 3.2 @@ -504,6 +504,9 @@ LIB_FILES = \ $(DIRECTORY)/util/Makefile.in \ $(DIRECTORY)/util/*.[ch] \ $(DIRECTORY)/util/sampleMakefile \ + $(DIRECTORY)/vms/analyze_map.com \ + $(DIRECTORY)/vms/xlib.opt \ + $(DIRECTORY)/vms/xlib_share.opt \ $(DIRECTORY)/BeOS/Makefile \ $(DIRECTORY)/BeOS/*.cpp \ $(DIRECTORY)/WIN32/NMAKE.MAK \ |