Changeset 386
- Timestamp:
- Dec 5, 2009, 3:02:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r382 r386 170 170 build = linein(G.RelPath"\official_build") 171 171 if (build \== "") then do 172 172 173 G.QT_CONFIG = "official_build" 173 174 call SaySay … … 184 185 call Done 255 185 186 end 186 else 187 else 187 188 build = linein(G.RelPath"\build") 188 if (build \== "") then 189 G.QT_BUILD_VERSION = build 189 if (build \== "") then 190 G.QT_BUILD_VERSION = build 191 end 190 192 191 193 /*--------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.