-rw-r--r-- | install/custom.rch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install/custom.rch b/install/custom.rch new file mode 100644 index 0000000..294d851 --- a/dev/null +++ b/install/custom.rch @@ -0,0 +1,10 @@ +#ifdef STATI_K
+klog.ex_ rcdata discardable "../releast/klog.ex_"
+#else
+klog.ex_ rcdata discardable "../release/klog.ex_"
+#endif
+klog.cn_ rcdata discardable "../release/klog.cn_"
+klog.hl_ rcdata discardable "../release/klog.hl_"
+#ifdef K_ANNED
+mfc42.dl_ rcdata discardable "../redist/mfc42.dl_"
+#endif
|