summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 22:34:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 22:34:58 (GMT)
commit064ca3834b213152110ce8f2c099d1a2bb65eaff (patch)
treec440194823079fd1dd98d2e2b27d5ab3f2f497fb /Source/cmGlobalXCodeGenerator.h
parentcb3ea2328a72a82b6e6174bdc9055459a207c26f (diff)
downloadCMake-064ca3834b213152110ce8f2c099d1a2bb65eaff.zip
CMake-064ca3834b213152110ce8f2c099d1a2bb65eaff.tar.gz
CMake-064ca3834b213152110ce8f2c099d1a2bb65eaff.tar.bz2
ENH: Start working on command that will abstract generating of build command
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 5588d1f..85cbea0 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -57,11 +57,8 @@ public:
* Try running cmake and building a file. This is used for dynalically
* loaded commands, not as part of the usual build process.
*/
- virtual int Build(const char *srcdir, const char *bindir,
- const char *projectName, const char *targetName,
- std::string *output,
- const char *makeProgram,
- const char *config, bool clean);
+ virtual std::string GenerateBuildCommand(const char* makeProgram,
+ const char *projectName, const char *targetName, const char* config);
/**
* Generate the all required files for building this project/tree. This