From f3c7efc8d2feb9a67b6fdff09f4f428125eb5b79 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 17 Dec 2010 10:43:41 +0000 Subject: The 3 objective-c++ files used for the Mac OS X support are no longer included by other files but added to the list of source files to be compiled for Mac OS X only. Support files for autoconf/configure/make, CMake and Xcode are also modified accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_xcode.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fluid/ide_xcode.cxx') diff --git a/fluid/ide_xcode.cxx b/fluid/ide_xcode.cxx index 8c459f212..1063d3b11 100644 --- a/fluid/ide_xcode.cxx +++ b/fluid/ide_xcode.cxx @@ -29,7 +29,7 @@ XCODE 3.0 IDE FILES - The Xcode 3.0 IDE file format is using a quite comlex tree of multiply linked + The Xcode 3.0 IDE file format is using a quite complex tree of multiply linked entries to leave as much possibilities to developers as somehow possible. To write this format, we will need to generate a bunch of new unique IDs that will be stored in the DB. @@ -447,10 +447,6 @@ public: const char *filetype = "test"; const char *ext = fileDB.fileExt(); if (!ext) { - } else if (strcmp(pathAndName, "src/Fl.cxx")==0 - ||strcmp(pathAndName, "src/Fl_Native_File_Chooser.cxx")==0 - ||strcmp(pathAndName, "src/Fl_Printer.cxx")==0) { // FIXME: bad hack! - filetype = "sourcecode.cpp.objcpp"; } else if (strcmp(ext, ".cxx")==0) { filetype = "sourcecode.cpp.cpp"; } else if (strcmp(ext, ".H")==0) { -- cgit v1.2.3