!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.

Author:

    Steve Wood (stevewo) 12-Apr-1989

Revision History:

!ENDIF

#
# The MAJORCOMP and MINORCOMP variables are defined
# so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
# cross compiling to provide unique filenames in a flat namespace.
#

MAJORCOMP=opengl
MINORCOMP=glu32

#
# The TARGETNAME variable is defined by the developer.  It is the name of
# the target (component) that is being built by this makefile.  It
# should NOT include any path or file extension information.
#

TARGETNAME=glu32
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK

INCLUDES=..\inc

LINKLIBS=..\nurbs\core\obj\*\core.lib               \
         ..\nurbs\clients\obj\*\clients.lib         \
         ..\nurbs\nt\obj\*\nt.lib                   \
         ..\libtri\obj\*\libtri.lib                 \
         ..\libutil\obj\*\libutil.lib               \
         $(BASEDIR)\public\sdk\lib\*\opengl32.lib   \
         $(BASEDIR)\public\sdk\lib\*\kernel32.lib   \
         $(BASEDIR)\public\sdk\lib\*\user32.lib

SOURCES=glu32.rc
