2025-04-27 07:49:33 -04:00

117 lines
2.8 KiB
Plaintext

!if 0
Copyright (c) 2001, 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_LEAN_AND_MEAN = 1
NOT_UNICODE = 1
PRECOMPILED_CXX = 1
WIN32_WINNT_VERSION = 0x0500
!include ..\common.inc
SOURCES_USED = $(SOURCES_USED) ..\common.inc
NTTARGETFILES =
TARGETTYPE = DYNLINK
TARGETNAME = msctfime
TARGETEXT = ime
TARGETPATH = $(_OBJ_DIR)
INCLUDES = $(INCLUDES); \
$(CICERO_DIR)\prvlib; \
$(CICERO_DIR)\inc_priv\$(O); \
$(CICERO_DIR)\cuilib; \
$(CICERO_DIR)\aimm1.2\uuid\$O;
TARGETLIBS = $(CICERO_LIBS) \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\GDI32.LIB \
$(SDK_LIB_PATH)\uuid.lib \
$(CICERO_DIR)\cuilib\$O\cuilib.lib \
$(CICERO_DIR)\muilib\$O\muilib.lib \
$(WINDOWS_LIB_PATH)\imm32p.lib \
$(WINDOWS_LIB_PATH)\aimm12.lib
UMTYPE = windows
DLLENTRY = _DllMainCRTStartup
DLLDEF = msctfime.def
PRECOMPILED_INCLUDE = private.h
USE_MSVCRT = 1
SOURCES=\
cic.cpp \
imc.cpp \
context.cpp \
reconv.cpp \
editses.cpp \
editcomp.cpp\
compstr.cpp \
txtevcb.cpp \
icocb.cpp \
tmgrevcb.cpp\
cmpevcb.cpp \
reconvcb.cpp\
reconvps.cpp\
funcprv.cpp \
profile.cpp \
candpos.cpp \
mouse.cpp \
defimehd.cpp\
uiwndhd.cpp \
ui.cpp \
uicomp.cpp \
caret.cpp \
polytext.cpp\
globals.cpp \
init.cpp \
dllmain.cpp \
wrapper.cpp \
misc.cpp \
delay.cpp \
crtfree.cpp \
tls.cpp \
modebias.cpp\
debug.c \
msctfime.rc
#
#
# Con-fusion
#
SXS_ASSEMBLY_NAME=WindowsShell
SXS_ASSEMBLY_VERSION=1.0
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
SXS_MANIFEST=WindowsShell.Manifest
SXS_MANIFEST_IN_RESOURCES=
SXS_MANIFEST_RESOURCE_ID=1
SXS_NO_BINPLACE=1