96 lines
1.9 KiB
Plaintext
96 lines
1.9 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
MAJORCOMP=INTLWB
|
||
|
MINORCOMP=korwbrkr
|
||
|
|
||
|
TARGETNAME=korwbrkr
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_MBCS -D_NO_OYONG_DICT_
|
||
|
|
||
|
!IF "$(KORDBG)" == "1"
|
||
|
C_DEFINES=$(C_DEFINES) -DKORDBG
|
||
|
!ENDIF
|
||
|
|
||
|
RCOPTIONS=-l 412
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES=korwbrkr.rc \
|
||
|
baseapi.cpp \
|
||
|
baseaux.cpp \
|
||
|
basecik.cpp \
|
||
|
basedict.cpp \
|
||
|
basefunc.cpp \
|
||
|
baseirr.cpp \
|
||
|
basemain.cpp \
|
||
|
basess.cpp \
|
||
|
basesub.cpp \
|
||
|
basevsub.cpp \
|
||
|
bsfiledict.cpp \
|
||
|
compose.cpp \
|
||
|
convert.cpp \
|
||
|
fsadict.cpp \
|
||
|
maindict.cpp \
|
||
|
readheosadict.cpp \
|
||
|
readsilsadict.cpp \
|
||
|
wordhash.cpp \
|
||
|
unitoint.cpp \
|
||
|
init.cxx \
|
||
|
wbclassf.cxx \
|
||
|
exports.cxx \
|
||
|
iwbreak.cxx \
|
||
|
stemcf.cxx \
|
||
|
stemmer.cxx \
|
||
|
register.cxx \
|
||
|
ctplus0.cxx \
|
||
|
|
||
|
SUBSYSTEM_VERSION=4.00
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|
||
|
DLLBASE=0x44e00000
|
||
|
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
DLLDEF=$(O)\korwbrkr.def
|
||
|
|
||
|
CONDITIONAL_INCLUDES= \
|
||
|
$(CONDITIONAL_INCLUDES) \
|
||
|
|
||
|
LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
|
||
|
|
||
|
LINKLIBS=$(LINKLIBS)\
|
||
|
$(SDK_LIB_PATH)\user32.lib\
|
||
|
$(SDK_LIB_PATH)\kernel32.lib\
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib\
|
||
|
$(SDK_LIB_PATH)\query.lib
|
||
|
|
||
|
MISCFILES=noise.kor \
|
||
|
korwbrkr.lex
|