Windows2003-3790/windows/feime/kor/ime2k/tip/sources
2020-09-30 16:53:55 +02:00

117 lines
3.3 KiB
Plaintext

!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
PRECOMPILED_CXX = 1
!include ..\common.inc
SOURCES_USED = $(IME_DIR)\common.inc $(SOURCES_USED)
NTTARGETFILES =
TARGETTYPE = DYNLINK
TARGETNAME = imekrcic
TARGETPATH = $(_OBJ_DIR)
UMTYPE = windows
DLLBASE = 0x3A730000
DLLENTRY = DllMain
DLLDEF = korimx.def
PRECOMPILED_INCLUDE = private.h
!if !$(386)
USE_CRTDLL = 1
!endif
!if ($(386) && "$(FREEBUILD)" == "1")
C_DEFINES=$(C_DEFINES) -DNOCLIB
!endif
!if ($(386) && "$(FREEBUILD)" == "0")
USE_LIBCMT = 1
!ENDIF
INCLUDES = $(INCLUDES); \
..\CiceroLib\inc; \
..\CiceroLib\inc\$(O); \
..\FECommon\include; \
..\FECommon\include\$(O)
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\version.lib \
$(IME_DIR)\CiceroLib\src\$(O)\ciclib.lib \
..\FECommon\srcuim\$(O)\srcuim.lib \
..\FECommon\include\$(O)\padguids.lib
SOURCES = korimx.rc \
crtfree.cpp \
korimx.cpp \
server.cpp \
debug.c \
activate.cpp \
focus.cpp \
toolbar.cpp \
ic.cpp \
icpriv.cpp \
globals.cpp \
init.cpp \
funcprv.cpp \
fnrecon.cpp \
hauto.cpp \
hanja.cpp \
tipcand.cpp \
immsec.cpp \
ucutil.cpp \
cmode.cpp \
fmode.cpp \
hjmode.cpp \
skbdmode.cpp \
candlstx.cpp \
fnconfig.cpp \
range.cpp \
gdata.cpp \
config.cpp \
candkey.cpp \
userex.cpp \
editssn.cpp \
callbacks.cpp \
modebias.cpp \
cicbtn.cpp \
skbdkor.cpp \
softkbdes.cpp \
mouse.cpp \
ipointcic.cpp \
pad.cpp \
padcb.cpp