summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-11 19:28:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-11 19:28:35 +0000
commit3a6424ace0f9a2b6aeb002433b3749d37af3bbc0 (patch)
tree87a85f052032e060cd083cdad7408d6e0662021a /modules/VC7ProjectCreator.pm
parent3adfca3e7c058d57a7d23f61120548619b661b51 (diff)
downloadMPC-3a6424ace0f9a2b6aeb002433b3749d37af3bbc0.tar.gz
ChangeLogTag: Fri Feb 11 13:25:02 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index 259074df..4b7f79f0 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -50,6 +50,12 @@ my(%info) = ('cplusplus' => {'ext' => '.vcproj',
# Subroutine Section
# ************************************************************
+sub get_quote_symbol {
+ #my($self) = shift;
+ return '&quot;';
+}
+
+
sub get_gt_symbol {
#my($self) = shift;
return '&gt;';