#############################################################################
#
#                   Copyright (C) 2000 SciTech Software
#                           All rights reserved.
#
# Descripton:   Generic makefile for the glswitch library. Requires the
#               SciTech Software makefile definitions package to be
#               installed.
#
#############################################################################

# Compile against MGL OpenGL header files

USE_MGL_OPENGL  := 1

# Name of library and object files required to build it

OBJECTS         = glswitch$O _glstub$O _glustub$O _wglstub$O
.IF $(STKCALL)
LIBFILE         = $(LP)sglswitch$L
.ELSE
LIBFILE         = $(LP)glswitch$L
.ENDIF

# Define the list of object files to create dependency information for

DEPEND_OBJ      = $(OBJECTS)

.INCLUDE: "$(SCITECH)/makedefs/common.mk"

