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.
154 lines
5.1 KiB
154 lines
5.1 KiB
!if 0
|
|
|
|
Copyright (c) 1996 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:
|
|
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!endif
|
|
|
|
TARGET_BOTH = 1
|
|
NOT_UNICODE = 1
|
|
PRECOMPILED_CXX = 1
|
|
|
|
WIN32_WINNT_VERSION = 0x0500
|
|
|
|
!include ..\common.inc
|
|
|
|
!if defined(PERF_DUMP)
|
|
C_DEFINES = $(C_DEFINES) -DPERF_DUMP
|
|
!endif
|
|
|
|
# Never enable WinLogon LangBar.
|
|
# C_DEFINES = $(C_DEFINES) -DWINLOGON_LANGBAR
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\common.inc
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = msctf
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLENTRY = _DllMainCRTStartup
|
|
DLLDEF = immx.def
|
|
|
|
PRECOMPILED_INCLUDE = private.h
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(WINDOWS_LIB_PATH)\user32p.lib \
|
|
$(CICERO_DIR)\uuid\$O\uimuuid.lib \
|
|
$(CICERO_DIR)\lib\$O\immxlib.lib \
|
|
$(CICERO_DIR)\prvlib\$O\prvlib.lib \
|
|
$(CICERO_DIR)\muilib\$O\muilib.lib \
|
|
$(CICERO_DIR)\cicmem\$O\cicmem.lib
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
$(SHELL_INC_PATH); \
|
|
$(CICERO_DIR)\prvlib; \
|
|
$(CICERO_DIR)\inc_priv\$(O); \
|
|
$(CICERO_DIR)\cuilib;
|
|
|
|
MISCFILES = msctf.chm
|
|
|
|
SOURCES = immx.rc \
|
|
server.cpp \
|
|
debug.c \
|
|
globals.cpp \
|
|
dim.cpp \
|
|
api.cpp \
|
|
ics.cpp \
|
|
ic.cpp \
|
|
enumic.cpp \
|
|
prop.cpp \
|
|
rprop.cpp \
|
|
rprange.cpp \
|
|
enumprop.cpp \
|
|
default.cpp \
|
|
dllmain.cpp \
|
|
tom.cpp \
|
|
imelist.cpp \
|
|
ksmgr.cpp \
|
|
rngsink.cpp \
|
|
crtfree.cpp \
|
|
tim.cpp \
|
|
profiles.cpp \
|
|
hotkey.cpp \
|
|
utb.cpp \
|
|
nuimgr.cpp \
|
|
ithdmshl.cpp \
|
|
focusnfy.cpp \
|
|
marshal.cpp \
|
|
mproxy.cpp \
|
|
mstub.cpp \
|
|
transmit.cpp \
|
|
range.cpp \
|
|
tsi.cpp \
|
|
anchor.cpp \
|
|
enumfnpr.cpp \
|
|
funcprv.cpp \
|
|
fnrecon.cpp \
|
|
dam.cpp \
|
|
init.cpp \
|
|
acp2anch.cpp \
|
|
spans.cpp \
|
|
anchoref.cpp \
|
|
normal.cpp \
|
|
compart.cpp \
|
|
gcompart.cpp \
|
|
catmgr.cpp \
|
|
enumguid.cpp \
|
|
nuihkl.cpp \
|
|
nuictrl.cpp \
|
|
imemenu.cpp \
|
|
rangebk.cpp \
|
|
msgpump.cpp \
|
|
msaa.cpp \
|
|
editrec.cpp \
|
|
enumss.cpp \
|
|
attr.cpp \
|
|
ptrack.cpp \
|
|
erfa.cpp \
|
|
epval.cpp \
|
|
saa.cpp \
|
|
view.cpp \
|
|
memcache.cpp \
|
|
smblock.cpp \
|
|
timlist.cpp \
|
|
assembly.cpp \
|
|
perfct.cpp \
|
|
compose.cpp \
|
|
lqueue.cpp \
|
|
icclean.cpp \
|
|
tsdo.cpp \
|
|
emptyic.cpp \
|
|
internat.cpp \
|
|
lbaddin.cpp \
|
|
delay.cpp \
|
|
sunka.cpp \
|
|
txtcache.cpp \
|
|
rmcoll.cpp \
|
|
csecattr.cpp
|
|
|