- Timestamp:
- Nov 16, 2009, 1:30:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/make_os2.icc
r156 r228 11 11 12 12 option ProjectOptions = 13 // incl( searchPath, '..\..\..\Eclipse SWT\common\library' ), // for sources, spaces in path are accepted14 // incl( searchPath, '"..\..\..\Eclipse SWT\common\library"' ), // for headers, path need to be in quotes (VAC bug?)15 13 info( cnd, no ) // disable "condition always true" messages 16 14 { … … 20 18 link( linkwithsharedlib), 21 19 define( DEBUG_CHECK_NULL_EXCEPTIONS ) 22 // opt( level, "2" ) 20 // define( DEBUG_CALL ), 21 // opt( level, "2" ) 23 22 { 24 23 target $SWT_LIB 25 24 { 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" 29 26 source "editcol.c", "editcol.h", "editcol.rc", "swt.c", "structs.c", "callback.c" 30 27 }
Note:
See TracChangeset
for help on using the changeset viewer.