From 31af8fa045de34407fbe0beda3ad65afaf0080d2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 13:06:53 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro --- languages/cpp/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'languages') diff --git a/languages/cpp/main.cpp b/languages/cpp/main.cpp index 7ec48cfa..f790861e 100644 --- a/languages/cpp/main.cpp +++ b/languages/cpp/main.cpp @@ -132,20 +132,6 @@ public: } } - else if ( qmakespec == "win32-borland" ) - { - TQString incl = getenv( "INCLUDE" ); - TQStringList includePaths = TQStringList::split( ';', incl ); - TQStringList::Iterator it = includePaths.begin(); - while ( it != includePaths.end() ) - { - addIncludePath( ( *it ).stripWhiteSpace() ); - ++it; - } - // ### I am sure there are more standard include paths on - // ### windows. I will fix that soon - // ### Also do the compiler specific defines on windows - } } private: -- cgit v1.2.1