summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-02 18:07:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-02 18:07:32 +0000
commit38e2b43e5fffb72d18faed2493fb3d3983ddb2a5 (patch)
tree081a8f9d3572db4934362b3d78598974bcac8a71 /modules/VC7ProjectCreator.pm
parent82ca1f89e2995aa8cd2ddccd8f74212ee7810dfd (diff)
downloadMPC-38e2b43e5fffb72d18faed2493fb3d3983ddb2a5.tar.gz
ChangeLogTag: Tue Jan 2 18:05:52 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index cfc00d02..f54ae425 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -38,6 +38,13 @@ my(%info) = ('cplusplus' => {'ext' => '.vcproj',
'lib' => 'vc7csharp',
'template' => 'vc7csharp',
},
+ 'java' => {'ext' => '.vjsproj',
+ 'dllexe' => 'vc7java',
+ 'libexe' => 'vc7java',
+ 'dll' => 'vc7java',
+ 'lib' => 'vc7java',
+ 'template' => 'vc7java',
+ },
'vb' => {'ext' => '.vbproj',
'dllexe' => 'vc7vb',
'libexe' => 'vc7vb',