ENH: remove code warrior classes
This commit is contained in:
parent
96d0eb27e9
commit
78ca400d33
@ -80,15 +80,6 @@ INCLUDE_DIRECTORIES(${CMake_SOURCE_DIR}/Source)
|
|||||||
# let cmake know it is supposed to use it
|
# let cmake know it is supposed to use it
|
||||||
ADD_DEFINITIONS(-DCMAKE_BUILD_WITH_CMAKE)
|
ADD_DEFINITIONS(-DCMAKE_BUILD_WITH_CMAKE)
|
||||||
|
|
||||||
IF (APPLE)
|
|
||||||
SET(SRCS ${SRCS}
|
|
||||||
cmGlobalCodeWarriorGenerator.cxx
|
|
||||||
cmLocalCodeWarriorGenerator.cxx
|
|
||||||
cmGlobalCodeWarriorGenerator.h
|
|
||||||
cmLocalCodeWarriorGenerator.h
|
|
||||||
)
|
|
||||||
ENDIF (APPLE)
|
|
||||||
|
|
||||||
# Kdevelop only works on UNIX and not windows
|
# Kdevelop only works on UNIX and not windows
|
||||||
IF(UNIX)
|
IF(UNIX)
|
||||||
SET(SRCS ${SRCS}
|
SET(SRCS ${SRCS}
|
||||||
|
@ -63,9 +63,6 @@
|
|||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
# if defined(CMAKE_BUILD_WITH_CMAKE)
|
|
||||||
# include "cmGlobalCodeWarriorGenerator.h"
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <memory> // auto_ptr
|
#include <memory> // auto_ptr
|
||||||
@ -1453,11 +1450,6 @@ void cmake::AddDefaultGenerators()
|
|||||||
&cmGlobalBorlandMakefileGenerator::New;
|
&cmGlobalBorlandMakefileGenerator::New;
|
||||||
m_Generators[cmGlobalNMakeMakefileGenerator::GetActualName()] =
|
m_Generators[cmGlobalNMakeMakefileGenerator::GetActualName()] =
|
||||||
&cmGlobalNMakeMakefileGenerator::New;
|
&cmGlobalNMakeMakefileGenerator::New;
|
||||||
#else
|
|
||||||
# if defined(__APPLE__) && defined(CMAKE_BUILD_WITH_CMAKE)
|
|
||||||
m_Generators[cmGlobalCodeWarriorGenerator::GetActualName()] =
|
|
||||||
&cmGlobalCodeWarriorGenerator::New;
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
m_Generators[cmGlobalUnixMakefileGenerator::GetActualName()] =
|
m_Generators[cmGlobalUnixMakefileGenerator::GetActualName()] =
|
||||||
&cmGlobalUnixMakefileGenerator::New;
|
&cmGlobalUnixMakefileGenerator::New;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user