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_open
00027 
00028 !ifndef ICMROOT
00029 ICMROOT=$(BASEDIR)\
private\ntos\w32\ntgdi\icm
00030 !endif
00031 
00032 !include $(ICMROOT)\icmsrc.inc
00033 
00034 TARGETNAME=lh_open
00035 TARGETTYPE=LIBRARY
00036 TARGETPATH=..\$(ALT_PROJECT_TARGET)\obj
00037 
00038 INCLUDES=..\.;..\..\lh_core
00039 
00040 C_DEFINES=$(C_DEFINES) -DWIN32 -D__MSDOS__ -DIntelMode -DRenderInt -DMS_Icm
00041 
00042 MSC_WARNING_LEVEL=/W3 /WX
00043 
00044 SOURCES= ..\pi_cmm.c   \
00045          ..\pi_color.c \
00046          ..\pi_mem.c   \
00047          ..\pi_run.c   \
00048          ..\pi_tick.c  \
00049          ..\pi_valid.c
00050