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