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