fix for borland compilers
This commit is contained in:
parent
a4eebcb5b1
commit
386c19ff6a
|
@ -19,8 +19,8 @@
|
|||
#include "cmMakefile.h"
|
||||
#include "cmake.h"
|
||||
|
||||
void cmGlobalBorlandMakefileGenerator::EnableLanguage(const char* lang,
|
||||
cmMakefile *mf)
|
||||
void cmGlobalBorlandMakefileGenerator::EnableLanguage(const char*,
|
||||
cmMakefile *mf)
|
||||
{
|
||||
// now load the settings
|
||||
if(!mf->GetDefinition("CMAKE_ROOT"))
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "cmCacheManager.h"
|
||||
#include "cmGeneratedFileStream.h"
|
||||
#include "windows.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
cmLocalBorlandMakefileGenerator::cmLocalBorlandMakefileGenerator()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue