From: Brian Paul Date: Fri, 28 Jan 2011 20:29:50 +0000 (-0700) Subject: mesa: omit VC8 project files from tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f247175e4a435947930658cc9723bdbd2aa8e691;p=mesa.git mesa: omit VC8 project files from tarball --- diff --git a/Makefile b/Makefile index 9901250f875..cb9943d7a21 100644 --- a/Makefile +++ b/Makefile @@ -284,8 +284,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/x86/*.S \ $(DIRECTORY)/src/mesa/x86/rtasm/*.[ch] \ $(DIRECTORY)/src/mesa/x86-64/*.[chS] \ - $(DIRECTORY)/src/mesa/x86-64/Makefile \ - $(DIRECTORY)/windows/VC8/ + $(DIRECTORY)/src/mesa/x86-64/Makefile MAPI_FILES = \ $(DIRECTORY)/include/GLES/*.h \