INTEGRATION: CWS i18n24 (1.5.14); FILE MERGED
2006/01/10 23:01:57 khong 1.5.14.1: i60331 extract dictionary data to external library
This commit is contained in:
parent
8eb4b06111
commit
94e2dd5b95
1 changed files with 3 additions and 19 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2005-11-01 14:57:30 $
|
||||
# last change: $Author: kz $ $Date: 2006-01-31 18:47:53 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -48,19 +48,11 @@ ENABLE_EXCEPTIONS=TRUE
|
|||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
MY_MISC_CXXFILES = \
|
||||
$(MISC)$/hhc_char.cxx \
|
||||
$(MISC)$/stc_char.cxx \
|
||||
$(MISC)$/stc_word.cxx
|
||||
|
||||
SLOFILES= \
|
||||
$(SLO)$/textconversionImpl.obj \
|
||||
$(SLO)$/textconversion.obj \
|
||||
$(SLO)$/textconversion_ko.obj \
|
||||
$(SLO)$/textconversion_zh.obj \
|
||||
$(SLO)$/hhc_char.obj \
|
||||
$(SLO)$/stc_char.obj \
|
||||
$(SLO)$/stc_word.obj
|
||||
$(SLO)$/textconversion_zh.obj
|
||||
|
||||
APP1TARGET = genconv_dict
|
||||
|
||||
|
@ -72,11 +64,3 @@ APP1STDLIBS = $(SALLIB)
|
|||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
data$/%.dic : $(APP1TARGETN)
|
||||
+@echo dummy
|
||||
|
||||
$(MISC)$/%.cxx : data$/%.dic
|
||||
$(APP1TARGETN)$ $* $< $@
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue