File: Makefile.win

package info (click to toggle)
mesa 3.1-17
  • links: PTS
  • area: main
  • in suites: potato
  • size: 10,908 kB
  • ctags: 19,599
  • sloc: ansic: 132,736; asm: 10,554; sh: 9,193; cpp: 3,540; makefile: 1,377
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
target:
	echo Please use the command-line build files in
	echo ./win32 for building Mesa on Win32.
	echo.
	echo Better yet, use the IDE files if you have
	echo DevStudio 5.
	echo -Ted