Author: rharabien
Date: Sat Sep 24 20:01:04 2011
New Revision: 53845
URL:
http://svn.reactos.org/svn/reactos?rev=53845&view=rev
Log:
- Commit forgotten file...
Modified:
trunk/reactos/tools/rbuild/backend/mingw/mingw.h
Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/mingw.h [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/mingw.h [iso-8859-1] Sat Sep 24 20:01:04
2011
@@ -59,6 +59,8 @@
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 @@
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;