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
521 B
33 lines
521 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 = EXBTN
|
|
TARGETEXT = IME
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc;..\..\common
|
|
|
|
# No runtime libray link
|
|
USE_NOLIBS=1
|
|
|
|
SOURCES=\
|
|
cexbtn.cpp \
|
|
dbg.cpp \
|
|
exbtn.cpp
|