summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-09-18 16:39:38 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-09-18 16:39:38 +0000
commitb14dcea4184f5b0a283e5a0d05ce203c9feee759 (patch)
tree09f91aca3217a1a879d666607d1d292b1a82b141 /src/mesa/drivers/osmesa/Makefile.win
parent94a6ec8f0c8a25aeeb5880e2285ae6042cfb99db (diff)
remove carriage return chars
Diffstat (limited to 'src/mesa/drivers/osmesa/Makefile.win')
-rw-r--r--src/mesa/drivers/osmesa/Makefile.win74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.win b/src/mesa/drivers/osmesa/Makefile.win
index 1d2f0aac4d..a9597c2714 100644
--- a/src/mesa/drivers/osmesa/Makefile.win
+++ b/src/mesa/drivers/osmesa/Makefile.win
@@ -1,37 +1,37 @@
-# Makefile for Win32
-
-!include <win32.mak>
-
-TOP = ..\..
-
-OSMESA_SRCS = osmesa.c
-OSMESA_OBJS = osmesa.obj
-OSMESALIB = OSmesa.lib
-
-ASM_SRCS =
-CORE_SRCS = $(OSMESA_SRCS)
-DRIVER_SRCS =
-
-SRCS = $(OSMESA_SRCS)
-
-all : osmesalib install
-
-!include "$(TOP)/mesawin32.mak"
-
-osmesalib : $(OSMESALIB)
-
-CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -I$(TOP)/src
-LFLAGS = /LIB
-
-OBJS = $(ASM_SRCS:.S=.obj) $(CORE_SRCS:.c=.obj) $(DRIVER_SRCS:.c=.obj)
-LIBS = $(TOP)/lib/OpenGL32.lib $(TOP)/src/opengl32.exp
-
-$(OSMESALIB) : $(OBJS)
- $(link) $(LFLAGS) -out:$(OSMESALIB) $(OBJS) $(LIBS)
-
-install : $(OSMESALIB)
- @echo "copying OSMesa library to library directory..."
- -copy $(OSMESALIB) $(TOP)\lib
-
-clean ::
- @del /f osmesa.obj
+# Makefile for Win32
+
+!include <win32.mak>
+
+TOP = ..\..
+
+OSMESA_SRCS = osmesa.c
+OSMESA_OBJS = osmesa.obj
+OSMESALIB = OSmesa.lib
+
+ASM_SRCS =
+CORE_SRCS = $(OSMESA_SRCS)
+DRIVER_SRCS =
+
+SRCS = $(OSMESA_SRCS)
+
+all : osmesalib install
+
+!include "$(TOP)/mesawin32.mak"
+
+osmesalib : $(OSMESALIB)
+
+CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -I$(TOP)/src
+LFLAGS = /LIB
+
+OBJS = $(ASM_SRCS:.S=.obj) $(CORE_SRCS:.c=.obj) $(DRIVER_SRCS:.c=.obj)
+LIBS = $(TOP)/lib/OpenGL32.lib $(TOP)/src/opengl32.exp
+
+$(OSMESALIB) : $(OBJS)
+ $(link) $(LFLAGS) -out:$(OSMESALIB) $(OBJS) $(LIBS)
+
+install : $(OSMESALIB)
+ @echo "copying OSMesa library to library directory..."
+ -copy $(OSMESALIB) $(TOP)\lib
+
+clean ::
+ @del /f osmesa.obj