- Commit forgotten file...

svn path=/trunk/; revision=53845
This commit is contained in:
Rafal Harabien 2011-09-24 20:01:04 +00:00
parent cdbf35509d
commit b0aeafc91e

View file

@ -59,6 +59,8 @@ public:
std::string GetFullName ( const FileLocation& file ) const;
std::string GetFullPath ( const FileLocation& file ) const;
std::string GetRegistrySourceFiles () const;
std::string GetRegistryTargetFiles () const;
private:
void CreateMakefile ();
@ -108,8 +110,6 @@ private:
void OutputInstallTarget ( const FileLocation& source, const FileLocation& target );
void OutputNonModuleInstallTargets ();
void OutputModuleInstallTargets ();
std::string GetRegistrySourceFiles ();
std::string GetRegistryTargetFiles ();
void OutputRegistryInstallTarget ();
void GenerateInstallTarget ();
void GetModuleTestTargets ( std::vector<std::string>& out ) const;