summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-04 18:13:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-04 18:13:35 +0000
commitc46f2e177d73ebe751ab202ff4178fa2de8d61a4 (patch)
tree12159dc38295d697b83eec27fe78ed1f43efe3b1 /templates/vc6.mpd
parent81dc8116aca8cff4a742fc230edf5113f008e730 (diff)
downloadMPC-c46f2e177d73ebe751ab202ff4178fa2de8d61a4.tar.gz
ChangeLogTag: Tue Aug 4 18:11:58 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc6.mpd')
-rw-r--r--templates/vc6.mpd6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index bf86d31e..f718f287 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -91,7 +91,7 @@ PostBuild_Cmds=<%eval(postbuild)%>
<%if(exename || sharedname || staticname)%>
# Begin Group "Source Files"
-# PROP Default_Filter "cpp;cxx;c"
+# PROP Default_Filter "<%foreach(ext, extensions(source_files))%><%ext%><%fornotlast(";")%><%endfor%>"
<%if(pch_source)%>
<%if(pch_header)%>
# Begin Source File
@@ -161,7 +161,7 @@ SOURCE="<%source_file%>"
<%if(header_files)%>
# Begin Group "Header Files"
-# PROP Default_Filter "h;hpp;hxx;hh"
+# PROP Default_Filter "<%foreach(ext, extensions(header_files))%><%ext%><%fornotlast(";")%><%endfor%>"
<%if(pch_header)%>
# Begin Source File
@@ -194,7 +194,7 @@ SOURCE="<%header_file%>"
<%if(inline_files)%>
# Begin Group "Inline Files"
-# PROP Default_Filter "i;inl"
+# PROP Default_Filter "<%foreach(ext, extensions(inline_files))%><%ext%><%fornotlast(";")%><%endfor%>"
<%if(grouped_inline_files)%>
<%foreach(sort(grouped_inline_files))%>
# Begin Group "<%grouped_inline_file%>"