mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
!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
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
#
|
|
# 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.
|
|
#
|
|
|
|
USE_CRTDLL=1
|
|
|
|
TARGETNAME=glu32
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
INCLUDES=..\inc
|
|
|
|
LINKER_FLAGS = -IGNORE:4006
|
|
|
|
LINKLIBS=..\nurbs\core\obj\*\core.lib \
|
|
..\nurbs\clients\obj\*\clients.lib \
|
|
..\nurbs\nt\obj\*\nt.lib \
|
|
..\libtess\obj\*\libtess.lib \
|
|
..\libutil\obj\*\libutil.lib \
|
|
!IFDEF OPENGL_95
|
|
..\..\client\i386\oldcrt.lib
|
|
!ENDIF
|
|
|
|
TARGETLIBS= $(BASEDIR)\public\sdk\lib\*\opengl32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|
|
|
|
SOURCES=glu32.rc
|