This commit is contained in:
cxgeorge 2002-04-18 21:22:15 +00:00
parent 35180f0eee
commit c989a80979

View File

@ -7,14 +7,13 @@
# make sure Opt1 and Opt3 are current so current sizes are used in map # make sure Opt1 and Opt3 are current so current sizes are used in map
$archive_root="\\\\dimbo\\panda\\win\\"; $archive_root="\\\\dimbo\\panda\\win\\";
#edit this to where rebase.exe is on your machine, must be cygwin-style path for cygwin perl
#edit this to where rebase.exe is on your machine $rebase_path="/msvc7/Common7/Tools/bin";
$rebase_path="C:\\Program Files\\Microsoft Platform SDK\\Bin;C:\\Program Files\\Microsoft Visual Studio\\VC98\\bin"; $ENV{'PATH'}=$rebase_path.":".$ENV{'PATH'};
$ENV{'PATH'}.=";".$rebase_path; print $ENV{'PATH'},"\n";
# note: this is the order dlls will be laid out in memory # note: this is the order dlls will be laid out in memory
@dll_names=("libpanda","libpandadx","libpandadx8","libpandagl","libpandaexpress","libpandaphysics", @dll_names=("libpanda","libpandadx","libpandadx7","libpandagl","libpandaexpress","libpandaphysics","libpandafx","libdtool","libdtoolconfig","libpystub","libdirect","libtoontown","libmiles_audio","libpandaegg");
"libpandafx","libdtool","libdtoolconfig","libpystub","libdirect","libtoontown","libmiles_audio","libpandaegg");
# old audio dlls # old audio dlls
# "libaudio_load_midi","libaudio_load_mp3","libaudio_load_st","libaudio_load_wav", # "libaudio_load_midi","libaudio_load_mp3","libaudio_load_st","libaudio_load_wav",