2002-09-04 23:23:56 +04:00
|
|
|
/*=========================================================================
|
|
|
|
|
2002-10-24 02:03:27 +04:00
|
|
|
Program: CMake - Cross-Platform Makefile Generator
|
2002-09-04 23:23:56 +04:00
|
|
|
Module: $RCSfile$
|
|
|
|
Language: C++
|
|
|
|
Date: $Date$
|
|
|
|
Version: $Revision$
|
|
|
|
|
2002-10-24 02:03:27 +04:00
|
|
|
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
|
|
|
|
See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
|
2002-09-04 23:23:56 +04:00
|
|
|
|
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even
|
|
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
|
|
PURPOSE. See the above copyright notices for more information.
|
|
|
|
|
|
|
|
=========================================================================*/
|
|
|
|
#ifndef cmLocalVisualStudio7Generator_h
|
|
|
|
#define cmLocalVisualStudio7Generator_h
|
|
|
|
|
2006-07-11 19:41:38 +04:00
|
|
|
#include "cmLocalVisualStudioGenerator.h"
|
2002-09-04 23:23:56 +04:00
|
|
|
|
|
|
|
class cmTarget;
|
|
|
|
class cmSourceFile;
|
2003-06-03 18:30:23 +04:00
|
|
|
class cmCustomCommand;
|
|
|
|
class cmSourceGroup;
|
2004-07-15 00:10:18 +04:00
|
|
|
struct cmVS7FlagTable;
|
2002-09-04 23:23:56 +04:00
|
|
|
|
2007-02-01 19:49:27 +03:00
|
|
|
class cmLocalVisualStudio7GeneratorOptions;
|
2008-01-14 17:20:58 +03:00
|
|
|
class cmLocalVisualStudio7GeneratorFCInfo;
|
2008-01-22 17:13:04 +03:00
|
|
|
class cmLocalVisualStudio7GeneratorInternals;
|
2007-02-01 19:49:27 +03:00
|
|
|
|
2002-09-04 23:23:56 +04:00
|
|
|
/** \class cmLocalVisualStudio7Generator
|
2006-07-11 19:41:38 +04:00
|
|
|
* \brief Write Visual Studio .NET project files.
|
2002-09-04 23:23:56 +04:00
|
|
|
*
|
2006-07-11 19:41:38 +04:00
|
|
|
* cmLocalVisualStudio7Generator produces a Visual Studio .NET project
|
|
|
|
* file for each target in its directory.
|
2002-09-04 23:23:56 +04:00
|
|
|
*/
|
2006-07-11 19:41:38 +04:00
|
|
|
class cmLocalVisualStudio7Generator : public cmLocalVisualStudioGenerator
|
2002-09-04 23:23:56 +04:00
|
|
|
{
|
|
|
|
public:
|
|
|
|
///! Set cache only and recurse to false by default.
|
|
|
|
cmLocalVisualStudio7Generator();
|
|
|
|
|
|
|
|
virtual ~cmLocalVisualStudio7Generator();
|
2007-05-09 22:41:38 +04:00
|
|
|
|
|
|
|
virtual void AddHelperCommands();
|
|
|
|
|
2002-09-04 23:23:56 +04:00
|
|
|
/**
|
2005-03-18 18:41:41 +03:00
|
|
|
* Generate the makefile for this directory.
|
2002-09-04 23:23:56 +04:00
|
|
|
*/
|
2005-03-18 18:41:41 +03:00
|
|
|
virtual void Generate();
|
2002-09-04 23:23:56 +04:00
|
|
|
|
|
|
|
enum BuildType {STATIC_LIBRARY, DLL, EXECUTABLE, WIN32_EXECUTABLE, UTILITY};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Specify the type of the build: static, dll, or executable.
|
|
|
|
*/
|
|
|
|
void SetBuildType(BuildType,const char *name);
|
|
|
|
|
2006-03-15 19:02:08 +03:00
|
|
|
void SetVersion71() {this->Version = 71;}
|
|
|
|
void SetVersion8() {this->Version = 8;}
|
2007-09-17 23:21:47 +04:00
|
|
|
void SetVersion9() {this->Version = 9;}
|
2006-03-30 22:49:56 +04:00
|
|
|
void SetPlatformName(const char* n) { this->PlatformName = n;}
|
2004-05-21 00:29:09 +04:00
|
|
|
virtual void ConfigureFinalPass();
|
2007-02-17 00:12:17 +03:00
|
|
|
void GetTargetObjectFileDirectories(cmTarget* target,
|
|
|
|
std::vector<std::string>&
|
2007-02-17 00:45:47 +03:00
|
|
|
dirs);
|
2007-02-17 00:12:17 +03:00
|
|
|
|
2007-03-12 19:35:11 +03:00
|
|
|
void SetExtraFlagTable(cmVS7FlagTable const* table)
|
|
|
|
{ this->ExtraFlagTable = table; }
|
2002-09-04 23:23:56 +04:00
|
|
|
private:
|
2007-02-01 19:49:27 +03:00
|
|
|
typedef cmLocalVisualStudio7GeneratorOptions Options;
|
2008-01-14 17:20:58 +03:00
|
|
|
typedef cmLocalVisualStudio7GeneratorFCInfo FCInfo;
|
2007-01-31 21:34:18 +03:00
|
|
|
void ReadAndStoreExternalGUID(const char* name,
|
|
|
|
const char* path);
|
2006-01-27 21:48:21 +03:00
|
|
|
std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
|
|
|
|
const char* configName);
|
2006-09-29 00:40:35 +04:00
|
|
|
void FixGlobalTargets();
|
2007-11-12 23:42:37 +03:00
|
|
|
void WriteProjectFiles();
|
|
|
|
void WriteStampFiles();
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteVCProjHeader(std::ostream& fout, const char *libName,
|
2005-06-22 17:06:46 +04:00
|
|
|
cmTarget &tgt, std::vector<cmSourceGroup> &sgs);
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteVCProjFooter(std::ostream& fout);
|
|
|
|
void CreateSingleVCProj(const char *lname, cmTarget &tgt);
|
|
|
|
void WriteVCProjFile(std::ostream& fout, const char *libName,
|
|
|
|
cmTarget &tgt);
|
2007-11-12 23:42:37 +03:00
|
|
|
cmSourceFile* CreateVCProjBuildRule();
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteConfigurations(std::ostream& fout,
|
2005-06-22 17:06:46 +04:00
|
|
|
const char *libName, cmTarget &tgt);
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteConfiguration(std::ostream& fout,
|
|
|
|
const char* configName,
|
2005-06-22 17:06:46 +04:00
|
|
|
const char* libName, cmTarget &tgt);
|
2003-02-07 22:04:16 +03:00
|
|
|
std::string EscapeForXML(const char* s);
|
2002-09-04 23:23:56 +04:00
|
|
|
std::string ConvertToXMLOutputPath(const char* path);
|
|
|
|
std::string ConvertToXMLOutputPathSingle(const char* path);
|
2007-05-09 16:25:45 +04:00
|
|
|
void OutputTargetRules(std::ostream& fout, const char* configName,
|
|
|
|
cmTarget &target, const char *libName);
|
2002-09-04 23:23:56 +04:00
|
|
|
void OutputBuildTool(std::ostream& fout, const char* configName,
|
2008-01-30 20:04:38 +03:00
|
|
|
cmTarget& t, bool debug);
|
2002-09-04 23:23:56 +04:00
|
|
|
void OutputLibraryDirectories(std::ostream& fout,
|
2008-01-22 17:13:04 +03:00
|
|
|
std::vector<std::string> const& dirs);
|
2005-06-22 17:06:46 +04:00
|
|
|
void OutputModuleDefinitionFile(std::ostream& fout, cmTarget &target);
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteProjectStart(std::ostream& fout, const char *libName,
|
2005-06-22 17:06:46 +04:00
|
|
|
cmTarget &tgt, std::vector<cmSourceGroup> &sgs);
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteVCProjBeginGroup(std::ostream& fout,
|
2002-10-24 02:03:27 +04:00
|
|
|
const char* group,
|
|
|
|
const char* filter);
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteVCProjEndGroup(std::ostream& fout);
|
2007-05-09 16:25:45 +04:00
|
|
|
|
2002-09-04 23:23:56 +04:00
|
|
|
void WriteCustomRule(std::ostream& fout,
|
|
|
|
const char* source,
|
2007-05-09 16:25:45 +04:00
|
|
|
const cmCustomCommand& command,
|
2008-01-14 17:20:58 +03:00
|
|
|
FCInfo& fcinfo);
|
2006-10-17 02:17:14 +04:00
|
|
|
void WriteTargetVersionAttribute(std::ostream& fout, cmTarget& target);
|
2002-09-04 23:23:56 +04:00
|
|
|
|
2006-05-12 19:56:09 +04:00
|
|
|
void WriteGroup(const cmSourceGroup *sg,
|
2008-01-30 01:30:34 +03:00
|
|
|
cmTarget& target, std::ostream &fout,
|
2006-03-10 19:13:15 +03:00
|
|
|
const char *libName, std::vector<std::string> *configs);
|
2007-08-01 23:25:40 +04:00
|
|
|
virtual std::string GetTargetDirectory(cmTarget const&) const;
|
2005-07-13 19:21:30 +04:00
|
|
|
|
2008-01-14 17:20:58 +03:00
|
|
|
friend class cmLocalVisualStudio7GeneratorFCInfo;
|
2008-01-22 17:13:04 +03:00
|
|
|
friend class cmLocalVisualStudio7GeneratorInternals;
|
2008-01-14 17:20:58 +03:00
|
|
|
|
2007-03-12 19:35:11 +03:00
|
|
|
cmVS7FlagTable const* ExtraFlagTable;
|
2006-03-15 19:02:08 +03:00
|
|
|
std::string ModuleDefinitionFile;
|
|
|
|
int Version;
|
2006-03-30 22:49:56 +04:00
|
|
|
std::string PlatformName; // Win32 or x64
|
2008-01-22 17:13:04 +03:00
|
|
|
cmLocalVisualStudio7GeneratorInternals* Internal;
|
2002-09-04 23:23:56 +04:00
|
|
|
};
|
|
|
|
|
2007-03-12 19:35:11 +03:00
|
|
|
// This is a table mapping XML tag IDE names to command line options
|
|
|
|
struct cmVS7FlagTable
|
|
|
|
{
|
|
|
|
const char* IDEName; // name used in the IDE xml file
|
|
|
|
const char* commandFlag; // command line flag
|
|
|
|
const char* comment; // comment
|
|
|
|
const char* value; // string value
|
|
|
|
unsigned int special; // flags for special handling requests
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
UserValue = (1<<0), // flag contains a user-specified value
|
|
|
|
UserIgnored = (1<<1), // ignore any user value
|
|
|
|
UserRequired = (1<<2), // match only when user value is non-empty
|
|
|
|
Continue = (1<<3), // continue looking for matching entries
|
2007-12-06 16:40:18 +03:00
|
|
|
SemicolonAppendable = (1<<4), // a flag that if specified multiple times
|
|
|
|
// should have its value appended to the
|
|
|
|
// old value with semicolons (e.g.
|
2007-12-10 03:58:33 +03:00
|
|
|
// /NODEFAULTLIB: =>
|
|
|
|
// IgnoreDefaultLibraryNames)
|
2007-03-12 19:35:11 +03:00
|
|
|
|
|
|
|
UserValueIgnored = UserValue | UserIgnored,
|
|
|
|
UserValueRequired = UserValue | UserRequired
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2002-09-04 23:23:56 +04:00
|
|
|
#endif
|
|
|
|
|