diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-24 01:02:55 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-24 01:02:55 +0000 |
commit | efaa6a43b3b6a323461c23c76a2ebbad17021b59 (patch) | |
tree | de1c0cc2338dc9f70c11677da70c2db013ca7834 /bin/msvc_auto_compile.pl | |
parent | c939559bba358e910eb057657e265d7c30d4f1da (diff) | |
download | ATCD-efaa6a43b3b6a323461c23c76a2ebbad17021b59.tar.gz |
ChangeLogTag:Tue Jan 23 17:02:42 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'bin/msvc_auto_compile.pl')
-rwxr-xr-x | bin/msvc_auto_compile.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/msvc_auto_compile.pl b/bin/msvc_auto_compile.pl index 1bb3460ac2a..4630cd2f0a2 100755 --- a/bin/msvc_auto_compile.pl +++ b/bin/msvc_auto_compile.pl @@ -14,8 +14,7 @@ else { @directories = (); -@ace_dirs = ("$ACE_ROOT\\PACE", - "$ACE_ROOT\\ace", +@ace_dirs = ("$ACE_ROOT\\ace", "$ACE_ROOT\\apps", "$ACE_ROOT\\ASNMP", "$ACE_ROOT\\examples", |