summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-21 16:01:55 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-21 16:01:55 (GMT)
commit6158aa7fd66e15b529d66b535b65356d6394b79f (patch)
tree082535a92f380153cf8d9cd22348df3b39cdd90a /Source/cmMakefile.h
parentc0b293f21badb3b85b41dc7c88a6a2c337d3d8af (diff)
downloadCMake-6158aa7fd66e15b529d66b535b65356d6394b79f.zip
CMake-6158aa7fd66e15b529d66b535b65356d6394b79f.tar.gz
CMake-6158aa7fd66e15b529d66b535b65356d6394b79f.tar.bz2
dll support
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 915950d..b9b6e87 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -58,12 +58,12 @@ public:
/**
* Construct an empty makefile.
*/
- cmMakefile();
+ CM_EXPORT cmMakefile();
/**
* Destructor.
*/
- ~cmMakefile();
+ CM_EXPORT ~cmMakefile();
/**
* Read and parse a CMakeLists.txt file.
@@ -415,7 +415,7 @@ public:
* If the variable is not found in this makefile instance, the
* cache is then queried.
*/
- const char* GetDefinition(const char*) const;
+ CM_EXPORT const char* GetDefinition(const char*) const;
/** Test a boolean cache entry to see if it is true or false,
* returns false if no entry defined.
@@ -454,7 +454,7 @@ public:
* Dump documentation to a file. If 0 is returned, the
* operation failed.
*/
- int DumpDocumentationToFile(std::ostream&);
+ CM_EXPORT int DumpDocumentationToFile(std::ostream&);
/**
* Expand all defined varibles in the string.