summaryrefslogtreecommitdiff
path: root/combine_dsw.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-22 20:05:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-22 20:05:55 +0000
commit0a39d41a42ecf2dbf17ab337e495220871d8e29a (patch)
treec6c3053f01627fd6d6356771bfdba7d883fd5cce /combine_dsw.pl
parentfef48d8b7c84ae1052076f4171dbea56ce6cf95e (diff)
downloadMPC-0a39d41a42ecf2dbf17ab337e495220871d8e29a.tar.gz
ChangeLogTag: Wed Feb 22 20:06:00 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'combine_dsw.pl')
-rwxr-xr-xcombine_dsw.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/combine_dsw.pl b/combine_dsw.pl
index a2c78e9a..454c260f 100755
--- a/combine_dsw.pl
+++ b/combine_dsw.pl
@@ -38,6 +38,7 @@ sub usageAndExit {
" [-u] <output file> <input files...>\n\n",
"-u Each input file will be removed after successful ",
"combination\n\n",
+ "NOTE: This script will work for vcw's too.\n\n",
"Combine multiple dsw's into a single dsw. You can use ",
"MPC to generate\n",
"dynamic projects and then generate static projects using ",
@@ -93,7 +94,7 @@ if (open($oh, ">$tmp")) {
if (open($fh, $input)) {
my($in_global) = 0;
while(<$fh>) {
- if (/Microsoft\s+Developer\s+Studio/) {
+ if (/Microsoft\s+(Developer\s+Studio|eMbedded\s+Visual)/) {
if ($msident == 0) {
$msident = 1;
print $oh $_;