mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
fix for borland compilers
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user