34 lines
506 B
Plaintext
34 lines
506 B
Plaintext
!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 = PTT
|
|
TARGETEXT = IME
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES=..\..\common
|
|
|
|
# No runtime libray link
|
|
USE_NOLIBS=1
|
|
|
|
SOURCES=\
|
|
dbg.cpp \
|
|
cdwtt.cpp \
|
|
ptt.cpp
|