summaryrefslogtreecommitdiffstats
path: root/Source/cmMSDotNETGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-11 17:11:20 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-11 17:11:20 (GMT)
commitfc933df1fc303f305735d28e9e8a0fb43b41ca1a (patch)
tree433b0dd5aeafe5ce8d261d9da8f1650281df38e7 /Source/cmMSDotNETGenerator.h
parent938e6e487b838fc844249b49f1b5860a91683649 (diff)
downloadCMake-fc933df1fc303f305735d28e9e8a0fb43b41ca1a.zip
CMake-fc933df1fc303f305735d28e9e8a0fb43b41ca1a.tar.gz
CMake-fc933df1fc303f305735d28e9e8a0fb43b41ca1a.tar.bz2
ENH: add support for .def files
Diffstat (limited to 'Source/cmMSDotNETGenerator.h')
-rw-r--r--Source/cmMSDotNETGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMSDotNETGenerator.h b/Source/cmMSDotNETGenerator.h
index 8b8a652..5144a34 100644
--- a/Source/cmMSDotNETGenerator.h
+++ b/Source/cmMSDotNETGenerator.h
@@ -143,6 +143,8 @@ private:
const char* configName,
const char* libName,
const cmTarget &target);
+ void OutputModuleDefinitionFile(std::ostream& fout,
+ const cmTarget &target);
void OutputLibraries(std::ostream& fout,
const char* configName,
const char* libName,
@@ -153,6 +155,7 @@ private:
bool m_BuildSLN;
std::string m_LibraryOutputPath;
std::string m_ExecutableOutputPath;
+ std::string m_ModuleDefinitionFile;
std::vector<std::string> m_Configurations;
std::string m_VCProjHeaderTemplate;
std::string m_VCProjFooterTemplate;