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.
46 lines
763 B
46 lines
763 B
!IF 0
|
|
|
|
Copyright (c)1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract
|
|
|
|
Author:
|
|
Chae Seong Lim (cslim) 16-Jul-1999
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\common.inc
|
|
|
|
MAJORCOMP = FEIME
|
|
MINORCOMP = PRIVATEUILIB
|
|
|
|
TARGETNAME = PLV
|
|
TARGETEXT = IME
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES=..\..\common
|
|
|
|
# No runtime libray link
|
|
USE_NOLIBS=1
|
|
|
|
SOURCES=\
|
|
accplv.cpp \
|
|
dbg.cpp \
|
|
dispatch.cpp \
|
|
iconview.cpp \
|
|
ivmisc.cpp \
|
|
plv.cpp \
|
|
plvproc.cpp \
|
|
repview.cpp \
|
|
rvmisc.cpp \
|
|
strutil.cpp
|
|
|
|
!IF "$(FREEBUILD)" == "0"
|
|
C_DEFINES=$(C_DEFINES) -DMSAA -DFE_KOREAN
|
|
!ELSE
|
|
C_DEFINES=$(C_DEFINES) -DMSAA -DFE_KOREAN
|
|
!ENDIF
|