55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
--- 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
|