54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
!ENDIF
|
|
|
|
NOT_LEAN_AND_MEAN=1
|
|
LOCALIZED_RESOURCES=1
|
|
MAJORCOMP=DLL
|
|
MINORCOMP=CHTBRKR
|
|
|
|
CHECKED_ALT_DIR=1
|
|
TARGETNAME=CHTBRKR
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
LINKLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\IMM32.LIB \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib
|
|
|
|
DLLENTRY=DllMain
|
|
USE_CRTDLL=1
|
|
DLLDEF=CHTBRKR64.DEF
|
|
C_DEFINES=-DBUILDDLL -D_WINDOWS -DUNICODE -D_UNICODE -DIWBRKR -DIWBRKR_EXPORTS -DPARSER -DCHINESE_PROP_NAME -DWHISTLER
|
|
|
|
INCLUDES=.;..
|
|
|
|
SOURCES=\
|
|
Export.cpp \
|
|
regcom.cpp \
|
|
chtbrkr.cpp \
|
|
lexmgr.cpp \
|
|
PropNoun.cpp \
|
|
rulelex.cpp \
|
|
DefBrkr.cpp \
|
|
resource.rc
|
|
|
|
MISCFILES = noise.cht
|
|
|