summaryrefslogtreecommitdiff
path: root/modules/VC8ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-07-11 14:25:36 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-07-11 14:25:36 +0000
commit9fb7631841fb38c496687866e43798286907a6bf (patch)
tree73e6e23703a2756b64f061cd4d485c400d3dfcf6 /modules/VC8ProjectCreator.pm
parent69e64320e754bc3600c1b292857f0a8850e072ce (diff)
downloadMPC-9fb7631841fb38c496687866e43798286907a6bf.tar.gz
ChangeLogTag: Tue Jul 11 14:23:41 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC8ProjectCreator.pm')
-rw-r--r--modules/VC8ProjectCreator.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/VC8ProjectCreator.pm b/modules/VC8ProjectCreator.pm
index 8baed5fb..51827906 100644
--- a/modules/VC8ProjectCreator.pm
+++ b/modules/VC8ProjectCreator.pm
@@ -40,6 +40,13 @@ my(%config) = ('vcversion' => '8.00',
# Subroutine Section
# ************************************************************
+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
+ ## by default. Way to go Microsoft!
+ return 1;
+}
+
sub post_file_creation {
my($self) = shift;
my($file) = shift;