author | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
commit | fb8b43dbce8bc310718614384297aeaabb9a3cbb (patch) (side-by-side diff) | |
tree | af9d2c2b71ddffff93a97a02fe26611096b78645 /install/custom.rch | |
download | bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.zip bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.gz bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-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..f28380c --- a/dev/null +++ b/install/custom.rch @@ -0,0 +1,10 @@ +#ifdef STATI_K
+bigbro.ex_ rcdata discardable "../releast/bigbro.ex_"
+#else
+bigbro.ex_ rcdata discardable "../release/bigbro.ex_"
+#endif
+bigbro.cn_ rcdata discardable "../release/bigbro.cn_"
+bigbro.hl_ rcdata discardable "../release/bigbro.hl_"
+#ifdef K_ANNED
+mfc42.dl_ rcdata discardable "../redist/mfc42.dl_"
+#endif
|