From 6964957b4a9b8bd2dc94f17fc087ab0dac7da468 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 5 Dec 2002 11:09:41 -0500 Subject: use InAll target setting to determine what targets are in the default build --- Source/cmGlobalVisualStudio7Generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 60609a8..f716709 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -86,7 +86,7 @@ private: void WriteProjectDepends(std::ostream& fout, const char* name, const char* path, const cmTarget &t); - void WriteProjectConfigurations(std::ostream& fout, const char* name); + void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all); void WriteExternalProject(std::ostream& fout, const char* name, const char* path, const std::vector& dependencies); -- cgit v0.12