Changeset 70
- Timestamp:
- Jul 5, 2009, 11:00:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r53 r70 302 302 G.CFG_PREFIX_INSTALL = "yes" 303 303 G.CFG_SDK = "" 304 G.D_FLAGS = "" 304 /* @todo until the relevant classes are implemented */ 305 G.D_FLAGS = "QT_NO_SYSTEMSEMAPHORE QT_NO_SHAREDMEMORY" 305 306 G.I_FLAGS = "" 306 307 G.L_FLAGS = "" … … 1125 1126 DEFS = "" 1126 1127 do i = 1 to words(G.D_FLAGS) 1127 opt = s ubstr(strip(word(G.D_FLAGS, i)), 2) /* remove "-D" */1128 opt = s 1128 1129 if (StartsWith(opt, "QT_NO")) then do 1129 1130 /* maintan sort order and unicity (helps ensure that changes in this
Note:
See TracChangeset
for help on using the changeset viewer.