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.
70 lines
1.9 KiB
70 lines
1.9 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
|
|
|
|
C_DEFINES = $(C_DEFINES) -DREGISTER_PROXY_DLL
|
|
|
|
!include ..\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\common.inc
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = msctfp
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLENTRY = _DllMainCRTStartup
|
|
DLLDEF = msctfp.def
|
|
|
|
INCLUDES = $(INCLUDES);$(CICERO_DIR)\inc_priv\$(O);
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(CICERO_DIR)\uuid\$O\uimuuid.lib \
|
|
$(CICERO_DIR)\prvlib\$O\prvlib.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
SOURCES = msctfp.rc \
|
|
dllload.cpp \
|
|
prxstub.c \
|
|
dlldata.c \
|
|
msctf_p.c \
|
|
msctfp_p.c \
|
|
textstor_p.c \
|
|
ctffunc_p.c \
|
|
ctfutb_p.c \
|
|
ctfspui_p.c \
|
|
ctflbui_p.c \
|
|
softkbd_p.c \
|
|
msaadptr_p.c \
|
|
docwrap_p.c \
|
|
cicmsaa_p.c
|
|
|