diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rwxr-xr-x | bin/msvc_auto_compile.pl | 3 |
4 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 6c8b8b3f45f..e595c936e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 23 17:02:42 2001 Darrell Brunsch <brunsch@uci.edu> + + * bin/msvc_auto_compile.pl: + + Removed PACE until we figure out how to handle it in the + DLL builds. + Tue Jan 23 16:50:35 2001 Darrell Brunsch <brunsch@uci.edu> * tests/Dirent_Test.dsp: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 6c8b8b3f45f..e595c936e9c 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Tue Jan 23 17:02:42 2001 Darrell Brunsch <brunsch@uci.edu> + + * bin/msvc_auto_compile.pl: + + Removed PACE until we figure out how to handle it in the + DLL builds. + Tue Jan 23 16:50:35 2001 Darrell Brunsch <brunsch@uci.edu> * tests/Dirent_Test.dsp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 6c8b8b3f45f..e595c936e9c 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Tue Jan 23 17:02:42 2001 Darrell Brunsch <brunsch@uci.edu> + + * bin/msvc_auto_compile.pl: + + Removed PACE until we figure out how to handle it in the + DLL builds. + Tue Jan 23 16:50:35 2001 Darrell Brunsch <brunsch@uci.edu> * tests/Dirent_Test.dsp: 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", |