summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix LOCATION property for Mac AppBundlesBrad King2009-01-201-7/+1
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-4/+25
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-7/+5
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-4/+22
* STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.Brad King2008-01-281-0/+2
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-0/+5
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+117
virtual const char* GetName() const { return cmGlobalMinGWMakefileGenerator::GetActualName();} static const char* GetActualName() {return "MinGW Makefiles";} /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry) const; ///! Create a local generator appropriate to this Global Generator virtual cmLocalGenerator *CreateLocalGenerator(); /** * Try to determine system infomation such as shared library * extension, pthreads, byte order etc. */ virtual void EnableLanguage(std::vector<std::string>const& languages, cmMakefile *, bool optional); }; #endif