From c989a80979695a55755c7fa5d09e83d583108732 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 18 Apr 2002 21:22:15 +0000 Subject: [PATCH] dx7 chng --- pandatool/src/scripts/basedlls.pl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pandatool/src/scripts/basedlls.pl b/pandatool/src/scripts/basedlls.pl index 016d3828d6..1409746264 100755 --- a/pandatool/src/scripts/basedlls.pl +++ b/pandatool/src/scripts/basedlls.pl @@ -7,14 +7,13 @@ # make sure Opt1 and Opt3 are current so current sizes are used in map $archive_root="\\\\dimbo\\panda\\win\\"; - -#edit this to where rebase.exe is on your machine -$rebase_path="C:\\Program Files\\Microsoft Platform SDK\\Bin;C:\\Program Files\\Microsoft Visual Studio\\VC98\\bin"; -$ENV{'PATH'}.=";".$rebase_path; +#edit this to where rebase.exe is on your machine, must be cygwin-style path for cygwin perl +$rebase_path="/msvc7/Common7/Tools/bin"; +$ENV{'PATH'}=$rebase_path.":".$ENV{'PATH'}; +print $ENV{'PATH'},"\n"; # note: this is the order dlls will be laid out in memory -@dll_names=("libpanda","libpandadx","libpandadx8","libpandagl","libpandaexpress","libpandaphysics", - "libpandafx","libdtool","libdtoolconfig","libpystub","libdirect","libtoontown","libmiles_audio","libpandaegg"); +@dll_names=("libpanda","libpandadx","libpandadx7","libpandagl","libpandaexpress","libpandaphysics","libpandafx","libdtool","libdtoolconfig","libpystub","libdirect","libtoontown","libmiles_audio","libpandaegg"); # old audio dlls # "libaudio_load_midi","libaudio_load_mp3","libaudio_load_st","libaudio_load_wav",