summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-09-03 14:15:15 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-09-03 14:15:15 +0000
commit5e74a27dd5aa0be6caac2b1a72d6e8a50b7ce88c (patch)
tree6d64548dee8590785c2a1d22219b53f96863ba35
parent453304685a895b2d5dbea4ae13b34daf19aa7904 (diff)
downloadMPC-5e74a27dd5aa0be6caac2b1a72d6e8a50b7ce88c.tar.gz
ChangeLogTag: Fri Sep 3 09:14:21 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog9
-rw-r--r--templates/em3.mpd2
-rw-r--r--templates/em3vcp.mpd2
-rw-r--r--templates/vc6.mpd2
-rw-r--r--templates/vc6dsp.mpd2
-rw-r--r--templates/vc7.mpd2
6 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a716342e..9b1bab1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Sep 3 09:14:21 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/em3vcp.mpd:
+ * templates/vc6dsp.mpd:
+ * templates/vc7.mpd:
+
+ Only set up custom groups (in the IDE view) if there are input
+ files that correspond to the custom type.
+
Thu Sep 2 09:11:44 2004 Chad Elliott <elliott_c@ociweb.com>
* templates/bmake.mpd:
diff --git a/templates/em3.mpd b/templates/em3.mpd
index 0696a01c..82aeff68 100644
--- a/templates/em3.mpd
+++ b/templates/em3.mpd
@@ -271,6 +271,7 @@ SOURCE="<%resource_file%>"
# End Group
<%endif%>
<%foreach(custom_types)%>
+<%if(custom_type->input_files)%>
# Begin Group "<%ucw(custom_type)%>"
# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>"
@@ -325,6 +326,7 @@ BuildCmds= \
<%endif%>
<%endfor%>
# End Group
+<%endif%>
<%endfor%>
# End Target
# End Project
diff --git a/templates/em3vcp.mpd b/templates/em3vcp.mpd
index 0696a01c..82aeff68 100644
--- a/templates/em3vcp.mpd
+++ b/templates/em3vcp.mpd
@@ -271,6 +271,7 @@ SOURCE="<%resource_file%>"
# End Group
<%endif%>
<%foreach(custom_types)%>
+<%if(custom_type->input_files)%>
# Begin Group "<%ucw(custom_type)%>"
# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>"
@@ -325,6 +326,7 @@ BuildCmds= \
<%endif%>
<%endfor%>
# End Group
+<%endif%>
<%endfor%>
# End Target
# End Project
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index 3d6dcbe7..088c0234 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -262,6 +262,7 @@ SOURCE="<%resource_file%>"
# End Group
<%endif%>
<%foreach(custom_types)%>
+<%if(custom_type->input_files)%>
# Begin Group "<%ucw(custom_type)%>"
# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>"
@@ -314,6 +315,7 @@ BuildCmds= \
<%endif%>
<%endfor%>
# End Group
+<%endif%>
<%endfor%>
# End Target
# End Project
diff --git a/templates/vc6dsp.mpd b/templates/vc6dsp.mpd
index 3d6dcbe7..088c0234 100644
--- a/templates/vc6dsp.mpd
+++ b/templates/vc6dsp.mpd
@@ -262,6 +262,7 @@ SOURCE="<%resource_file%>"
# End Group
<%endif%>
<%foreach(custom_types)%>
+<%if(custom_type->input_files)%>
# Begin Group "<%ucw(custom_type)%>"
# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>"
@@ -314,6 +315,7 @@ BuildCmds= \
<%endif%>
<%endfor%>
# End Group
+<%endif%>
<%endfor%>
# End Target
# End Project
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index 78215ef0..95640d9f 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -188,6 +188,7 @@
</Filter>
<%endif%>
<%foreach(custom_types)%>
+<%if(custom_type->input_files)%>
<Filter
Name="<%ucw(custom_type)%>"
Filter="<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>">
@@ -212,6 +213,7 @@
<%endif%>
<%endfor%>
</Filter>
+<%endif%>
<%endfor%>
<%if(inline_files)%>
<Filter