summaryrefslogtreecommitdiff
path: root/bin/make_release
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_release')
-rwxr-xr-xbin/make_release4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_release b/bin/make_release
index 7a26f449deb..ab2d1bd4efb 100755
--- a/bin/make_release
+++ b/bin/make_release
@@ -814,9 +814,9 @@ sub generate_makefiles () {
find ./ -name 'GNUmake*' | /usr/bin/xargs chmod 0644");
&ex ("cd ACE_wrappers; \
- bin/mwc.pl -type vc8 $mpc_option $exclude_option $vc8_option; \
+ bin/mwc.pl -type vc8 $mpc_option $vc8_option; \
bin/mwc.pl -type vc8 $mpc_option $exclude_option $ce_option; \
- bin/mwc.pl -type vc71 $mpc_option $exclude_option; \
+ bin/mwc.pl -type vc71 $mpc_option; \
bin/mwc.pl -type borland $mpc_option $exclude_option; \
bin/mwc.pl -type vc71 $static_option; \
find ./ -name '*.bor' | /usr/bin/xargs chmod 0644;\