diff options
author | Karl Schultz <[email protected]> | 2001-09-18 16:39:38 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-09-18 16:39:38 +0000 |
commit | b14dcea4184f5b0a283e5a0d05ce203c9feee759 (patch) | |
tree | 09f91aca3217a1a879d666607d1d292b1a82b141 /src/mesa/drivers/osmesa/Makefile.win | |
parent | 94a6ec8f0c8a25aeeb5880e2285ae6042cfb99db (diff) |
remove carriage return chars
Diffstat (limited to 'src/mesa/drivers/osmesa/Makefile.win')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.win | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.win b/src/mesa/drivers/osmesa/Makefile.win index 1d2f0aac4d4..a9597c2714a 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 |