Changeset 128 for trunk/src/kernel


Ignore:
Timestamp:
Sep 17, 2006, 10:10:13 PM (19 years ago)
Author:
dmik
Message:

General: configure.cmd:

  • Various improvements to the tools configuration routines (compiler, linker, etc.); in particular, the selection process can now be canceled using Esc in many places (not currently used, see below);
  • Added code to optionally configure the usage of the Innotek Font Engine (Freetype 2) support library but it's all commented for now due to lack of the ft2lib.lib file supported by GCC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qt_kernel.pri

    r97 r128  
    281281}
    282282
    283 #@@TODO(dmik): headers and sources below are substracted until implemented
     283## @todo (r=dmik) commented out until there is a GCC compatible FT2 support lib
     284#        when uncommented, make sure the static build of Qt library works well
     285#        (mkspecs\os2-g++\qmake.conf also needs to be altered)
     286#os2 {
     287#       pm_ft2lib {
     288#        INCLUDEPATH += $$pm_ft2lib.include
     289#               LIBS += $$pm_ft2lib.lib\ft2lib.lib
     290#       }
     291#       else:DEFINES += QT_PM_NO_FT2LIB
     292#}
     293
     294## @todo (r=dmik): headers and sources below are substracted until implemented
    284295os2 {
    285296        HEADERS -= \
Note: See TracChangeset for help on using the changeset viewer.