BUG: fix problem for non-C/CXX languages with Visual Studio, the

dependencies for the custom commands added for java were not handled
correctly. Needs more work.

Alex
This commit is contained in:
Alexander Neundorf
2007-05-09 14:41:38 -04:00
parent 181f4cb0af
commit 8245f437b6
7 changed files with 36 additions and 23 deletions

View File

@@ -41,7 +41,9 @@ public:
cmLocalVisualStudio7Generator();
virtual ~cmLocalVisualStudio7Generator();
virtual void AddHelperCommands();
/**
* Generate the makefile for this directory.
*/