97 lines
2.3 KiB
Plaintext
97 lines
2.3 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c)1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
sources
|
||
|
|
||
|
Abstract
|
||
|
|
||
|
Author:
|
||
|
Chae Seong Lim (cslim) 16-Jul-1999
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!include ..\common.inc
|
||
|
|
||
|
SOURCES_USED = $(IME_DIR)\common.inc $(IME_DIR)\FECommon\include\sources $(SOURCES_USED)
|
||
|
|
||
|
MAJORCOMP = FEIME
|
||
|
MINORCOMP = IMEKR2K
|
||
|
|
||
|
TARGETNAME = IMEKR61
|
||
|
TARGETEXT = IME
|
||
|
TARGETPATH = $(_OBJ_DIR)
|
||
|
TARGETTYPE = DYNLINK
|
||
|
TARGETLIBS = \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\GDI32.LIB \
|
||
|
$(SDK_LIB_PATH)\COMDLG32.LIB \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(IME_DIR)\FECommon\Include\$(O)\padguids.lib \
|
||
|
$(IME_DIR)\FECommon\Srcimm\$(O)\srcimm.lib
|
||
|
|
||
|
|
||
|
INCLUDES = $(INCLUDES); \
|
||
|
$(IME_DIR)\FECommon\Include; \
|
||
|
$(IME_DIR)\FECommon\Include\$(O); \
|
||
|
$(IME_DIR)\FECommon\Srcimm
|
||
|
|
||
|
DLLBASE = 0x3A700000
|
||
|
!IF "$(FREEBUILD)" == "1"
|
||
|
DLLENTRY = DllMain
|
||
|
!ELSE
|
||
|
DLLENTRY = _DllMainCRTStartup
|
||
|
!ENDIF
|
||
|
DLLDEF = imekor.def
|
||
|
|
||
|
!IF "$(FREEBUILD)" == "1"
|
||
|
# No runtime libray link
|
||
|
USE_NOLIBS = 1
|
||
|
USE_NTDLL = 1
|
||
|
!ELSE
|
||
|
USE_LIBCMT = 1
|
||
|
!ENDIF
|
||
|
|
||
|
SOURCES = \
|
||
|
dllmain.cpp \
|
||
|
apientry.cpp \
|
||
|
imcsub.cpp \
|
||
|
imc.cpp \
|
||
|
gdata.cpp \
|
||
|
immsys.cpp \
|
||
|
candui.cpp \
|
||
|
compui.cpp \
|
||
|
config.cpp \
|
||
|
escape.cpp \
|
||
|
hanja.cpp \
|
||
|
hauto.cpp \
|
||
|
imemisc.cpp \
|
||
|
immsec.cpp \
|
||
|
statusui.cpp \
|
||
|
ui.cpp \
|
||
|
uisubs.cpp \
|
||
|
winex.cpp \
|
||
|
ipoint.cpp \
|
||
|
guids.cpp \
|
||
|
pad.cpp \
|
||
|
debug.cpp \
|
||
|
cimecb.cpp \
|
||
|
cicero.cpp \
|
||
|
toolbar.cpp \
|
||
|
cicbtn.cpp \
|
||
|
cmode.cpp \
|
||
|
fmode.cpp \
|
||
|
hjmode.cpp \
|
||
|
pmode.cpp \
|
||
|
syshelp.cpp \
|
||
|
imekor.rc
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMTEST=
|
||
|
UMLIBS=
|