31 lines
453 B
Plaintext
31 lines
453 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c)1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
sources
|
||
|
|
||
|
Abstract
|
||
|
Compile IME PAD support library
|
||
|
|
||
|
Author:
|
||
|
Chae Seong Lim (cslim) 17-Oct-2001
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!include ..\..\common.inc
|
||
|
|
||
|
TARGETNAME = srcimm
|
||
|
TARGETPATH = $(_OBJ_DIR)
|
||
|
TARGETTYPE = LIBRARY
|
||
|
|
||
|
INCLUDES = $(INCLUDES); \
|
||
|
..\include; \
|
||
|
..\include\$(O)
|
||
|
|
||
|
SOURCES= \
|
||
|
cpadcb.cpp \
|
||
|
cpaddbg.cpp \
|
||
|
cpadsvr.cpp \
|
||
|
cpadsvrs.cpp
|