Take_tk
ggb03****@nifty*****
Sun Oct 27 17:02:54 JST 2002
Hi! This is take_tk's very relayed reply on "building apollo and something weird" "repeater" <repea****@lucen*****> wrote: : just a few misc notes: : 1) i've run the config.bat system, but there is a few places with output : directory "d:\apollo" remaining that i had to change manually. I see such phenomenon. The "config.bat" runs according to "$(Apollo)/bin/conf_opt.rb". The contents thereof by default is as follows; -- DELPHI_VERSION = 6 DELPHI_EDITION = 'ent' DIR_PAIR_LIST = [ ['C:\DelphiX\Source', 'D:\DelphiX\Source'], ['C:\Program Files\Borland\Delphi6\Lib', 'D:\usr\lib\delphi'], ['C:\Program Files\Borland\Delphi6', 'D:\Borland\Delphi6'], ['C:\Program Files\apollo', 'D:\apollo'], ] -- DELPHI_EDITION must be 'ent' / 'pro' or 'per' which shows Delphi version you use. The right sides of DIR_PAIR_LIST are your directory which you use. If your Apollo is installed in "c:\apollo", you must rewrite last line of DIR_PAIR_LIST from 'D:\apollo' to 'c:\apollo'. ['C:\Program Files\apollo', 'c:\apollo'], If your apollo is installed in "c:\program files\apollo" or your Delphi is installed 'C:\Program Files\Borland\Delphi6', I recommend to comment out the lines which you do not want to change. like this; -- DELPHI_VERSION = 6 DELPHI_EDITION = 'pro' # <= My Delphi is version 6 professional DIR_PAIR_LIST = [ # ['C:\DelphiX\Source', 'D:\DelphiX\Source'], # ['C:\Program Files\Borland\Delphi6\Lib', 'D:\usr\lib\delphi'], # ['C:\Program Files\Borland\Delphi6', 'D:\Borland\Delphi6'], # ['C:\Program Files\apollo', 'D:\apollo'], ] -- The left sides are directories distributed. The right sides are user's directories. I feel "D:\apollo" is the Moriq's directory. take_tk = kumagai hidetake