aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 16:54:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 16:55:09 +0200
commit5ecf04c925374c7a3c8d85765053e3cd9c952d67 (patch)
treef55241c6ce2668f153ab8f9a966fb36aab8a801d /nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win
parent709bce6cf17d472e65afc845fff87267499d9ad7 (diff)
downloadnx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.tar.gz
nx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.tar.bz2
nx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.zip
nx-X11/extras: Drop Mesa-6.4.1 related files.
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win')
-rw-r--r--nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win41
1 files changed, 0 insertions, 41 deletions
diff --git a/nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win b/nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win
deleted file mode 100644
index e74568f7c..000000000
--- a/nx-X11/extras/Mesa_6.4.1/progs/samples/Makefile.win
+++ /dev/null
@@ -1,41 +0,0 @@
-
-# Mesa 3-D graphics library
-# Version: 3.5
-# Copyright (C) 1995-2001 Brian Paul
-
-# Makefile for GLUT-based demo programs for Windows
-
-!include <win32.mak>
-
-##### MACROS #####
-
-TOP = ..
-INCDIR = ..\include
-LIBDIR = ..\lib
-
-PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
- font line logo nurb oglinfo olympic overlay point prim quad select \
- shape sphere star stencil stretch texture tri wave
-
-SRCS = \
- accum.c \
- bitmap1.c \
- bitmap2.c \
- blendeq.c \
- blendxor.c \
- copy.c \
- cursor.c depth.c eval.c fog.c \
- font.c line.c logo.c nurb.c olympic.c overlay.c point.c prim.c quad.c select.c \
- shape.c sphere.c star.c stencil.c stretch.c texture.c tri.c wave.c
-
-!include "../mesawin32.mak"
-
-##### TARGETS #####
-
-clean::
-
-clobber::
-
-$(EXES) : $*.obj
- @echo $@
- $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)