windows-nt/Source/XPSP1/NT/multimedia/opengl/scrsave/flwbox/win95/sources
2020-09-26 16:20:57 +08:00

67 lines
1.2 KiB
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-1989
Revision History:
!ENDIF
MAJORCOMP = opengl
MINORCOMP = scrnsave
TARGETNAME = ssflwbox
TARGETPATH = obj
ALT_PROJECT_TARGET=Nashvile\Win95
TARGETTYPE = UMAPPL_NOLIB
LINKLIBS = \
$(SDK_LIB_PATH)\opengl32.lib\
$(SDK_LIB_PATH)\comdlg32.lib\
$(SDK_LIB_PATH)\comctl32.lib\
$(SDK_LIB_PATH)\glaux.lib\
$(SDK_LIB_PATH)\glu32.lib
INCLUDES = \
..;\
..\..\common;\
..\..\..\toolkits\libaux
SOURCES = \
..\ssflwbox.c\
..\geom.c\
..\ssflwbox.rc
#SSDEV = 1
!if "$(SSDEV)" == ""
UMAPPLEXT = .scr
!else
C_DEFINES = $(C_DEFINES) -DSS_DEBUG -DSS_DEVELOP
!endif
UMTYPE = windows
UMAPPL = ssflwbox
UMLIBS= \
..\..\common\win95\$(O)\sscommon.lib\
$(O)\geom.obj\
$(O)\ssflwbox.res
PRECOMPILED_INCLUDE = ..\precomp.h
PRECOMPILED_PCH = precomp.pch
PRECOMPILED_OBJ = precomp.obj