summaryrefslogtreecommitdiff
path: root/modules/VC8ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-11-22 19:36:12 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-11-22 19:36:12 +0000
commita074d9d2320cd4478227c253fadc2d049ca26f63 (patch)
treef945fad25b15de95cbe47be0615fe0e189de1787 /modules/VC8ProjectCreator.pm
parentcb0e34c074e74768c7d1793dff6f5c2130800d2c (diff)
downloadMPC-a074d9d2320cd4478227c253fadc2d049ca26f63.tar.gz
ChangeLogTag: Wed Nov 22 19:34:29 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC8ProjectCreator.pm')
-rw-r--r--modules/VC8ProjectCreator.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/VC8ProjectCreator.pm b/modules/VC8ProjectCreator.pm
index 33389d29..87520ef0 100644
--- a/modules/VC8ProjectCreator.pm
+++ b/modules/VC8ProjectCreator.pm
@@ -47,6 +47,12 @@ my(%config) = ('vcversion' => '8.00',
# Subroutine Section
# ************************************************************
+sub webapp_supported {
+ #my($self) = shift;
+ return 1;
+}
+
+
sub require_dependencies {
## With vc8, they fixed it such that static libraries that depend on
## other static libraries will not be included into the target library