Ignore:
Timestamp:
Nov 16, 2009, 1:30:35 PM (16 years ago)
Author:
lpino
Message:
  • Innotek Font Engine lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/make_os2.icc

    r156 r228  
    1111
    1212option ProjectOptions =
    13 //    incl( searchPath, '..\..\..\Eclipse SWT\common\library' ), // for sources, spaces in path are accepted
    14 //    incl( searchPath, '"..\..\..\Eclipse SWT\common\library"' ), // for headers, path need to be in quotes (VAC bug?)
    1513    info( cnd, no ) // disable "condition always true" messages
    1614{
     
    2018        link( linkwithsharedlib),
    2119        define( DEBUG_CHECK_NULL_EXCEPTIONS )
    22 //        opt( level, "2" )
     20//      define( DEBUG_CALL ),
     21//       opt( level, "2" )
    2322    {
    2423        target $SWT_LIB
    2524        {
    26  //               source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.c"
    27  //               source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.h"
    28  //               source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.rc"
     25                source type(lib) "ft2lib.lib"
    2926                source "editcol.c", "editcol.h", "editcol.rc", "swt.c", "structs.c", "callback.c"
    3027        }
Note: See TracChangeset for help on using the changeset viewer.