00001 !
IF 0
00002
00003
Copyright (c) 1989 Microsoft Corporation
00004
00005 Module
Name:
00006
00007 sources.
00008
00009 Abstract:
00010
00011 This
file specifies
the target component being built and
the list of
00012 sources files needed to build that component. Also specifies optional
00013 compiler switches and libraries that are unique
for the component being
00014 built.
00015
00016
00017 Author:
00018
00019 Steve Wood (stevewo) 12-Apr-1990
00020
00021 NOTE: Commented description of
this file is in \nt\bak\bin\sources.tpl
00022
00023 !ENDIF
00024
00025 MAJORCOMP=gdi
00026 MINORCOMP=cmm_core
00027
00028 !ifndef ICMROOT
00029 ICMROOT=$(BASEDIR)\
private\ntos\w32\ntgdi\icm
00030 !endif
00031
00032 !include $(ICMROOT)\icmsrc.inc
00033
00034 TARGETNAME=lh_core
00035 TARGETTYPE=LIBRARY
00036 TARGETPATH=..\$(ALT_PROJECT_TARGET)\obj
00037
00038 INCLUDES=..\.;..\..\lh_open
00039
00040 C_DEFINES=$(C_DEFINES) -DWIN32 -D__MSDOS__ -DIntelMode -DRenderInt -DMS_Icm
00041
00042 SOURCES= ..\calcndim.c \
00043 ..\dondim.c \
00044 ..\fragment.c \
00045 ..\frgmnt16.c \
00046 ..\gen.c \
00047 ..\genluts.c \
00048 ..\genup.c \
00049 ..\
routines.c \
00050 ..\runtime.c \
00051 ..\stdconv.c \
00052 ..\gen1dim.c \
00053 ..\memlink.c \
00054 ..\genfast.c \
00055 ..\calcnd3.c
00056
00057