Forgot that one...

This commit is contained in:
espie 2000-04-06 02:06:50 +00:00
parent d551dca5f6
commit 5f2d9ffe19

View File

@ -0,0 +1,54 @@
--- config/Project.tmpl.orig Wed Apr 5 17:30:58 2000
+++ config/Project.tmpl Wed Apr 5 17:32:56 2000
@@ -1105,7 +1105,7 @@ obj : depends @@\
#ifdef WnnMakeDirectories
#undef WnnMakeDirectories
#endif
-#define WnnMakeDirectories(step,dir) @@\
+#define WnnMakeDirectories(step,dirs) @@\
step:: @@\
@case '${MFLAGS}' in *[i]*) set +e;; esac; @@\
DirFailPrefix@for i in dirs; do if [ -d $(DESTDIR)$$i ]; then \ @@\
@@ -1145,17 +1145,21 @@ install:: list @@\
$(WNNTOUCH) $(DESTDIR)dest/$$i); fi \ @@\
done
+/*
+ * Only Japanese
+ * - Satoshi
+ */
#ifndef BuildWnn
#define BuildWnn YES
#endif
#ifndef BuildCWnn
-#define BuildCWnn YES
+#define BuildCWnn NO
#endif
#ifndef BuildKWnn
-#define BuildKWnn YES
+#define BuildKWnn NO
#endif
#ifndef BuildXwnmo
-#define BuildXwnmo YES
+#define BuildXwnmo NO
#endif
#ifndef BuildJserver
@@ -1180,7 +1184,7 @@ install:: list @@\
#define BuildWnnMan YES
#endif
#ifndef BuildJlibV3
-#define BuildJlibV3 NO
+#define BuildJlibV3 YES
#endif
#if BuildPubdic || BuildWnnConsDic
#define BuildWnnDicUtilForCompile YES
@@ -1241,7 +1245,7 @@ install:: list @@\
* as YES. Default is that dictionary isn't installed if it exist already.
*/
- WNNOWNER = wnn
+ WNNOWNER = $(WNNOWNER_INDIRECT)
#ifdef UseInstalled
IMTOP = $(TOP)
#else