Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
danim
ddk
directx
dshow
embedded
inc
lib
media
netshow
opengl
client
dlist
exts
glexts
dbgfns.c
dbgfns.h
glexts.c
glexts.def
glexts.rc
hacklocl.h
makefile
precomp.c
sources
gls
glu
inc
mcd
misc
pmesh
scrsave
server
test
toolkits
dirs
global.mk
private
published
reality
resmgr
dirs
multimedia.mk
project.mk
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

51 lines
913 B
Plaintext

!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-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP = opengl
MINORCOMP = glexts
TARGETNAME = glexts
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE = DYNLINK
UMTYPE = console
INCLUDES = .;..\inc;..\server\inc;..\client
C_DEFINES = $(C_DEFINES) -DNT
TARGETLIBS = \
$(SDK_LIB_PATH)\kernel32.lib
SOURCES = \
glexts.c \
dbgfns.c \
glexts.rc
!IF "$(NTNOPCH)" == ""
PRECOMPILED_INCLUDE=precomp.c
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
!ENDIF