Browse Source

fix for borland compilers

pull/1/head
Ken Martin 23 years ago
parent
commit
386c19ff6a
  1. 4
      Source/cmGlobalBorlandMakefileGenerator.cxx
  2. 2
      Source/cmLocalBorlandMakefileGenerator.cxx

4
Source/cmGlobalBorlandMakefileGenerator.cxx

@ -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"))

2
Source/cmLocalBorlandMakefileGenerator.cxx

@ -23,7 +23,7 @@
#include "cmCacheManager.h"
#include "cmGeneratedFileStream.h"
#include "windows.h"
#include <stdio.h>
cmLocalBorlandMakefileGenerator::cmLocalBorlandMakefileGenerator()
{

Loading…
Cancel
Save