Changeset 903
- Timestamp:
 - Apr 15, 2016, 9:42:42 AM (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/server/source3/build.cmd (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/server/source3/build.cmd
r901 r903 77 77 * - cups env is not needed anymore, as available as rpm 78 78 * - python env removed, as available as rpm 79 * - added lxlite and emxomfstrip e79 * - added lxlite and emxomfstrip 80 80 * - rename some variables eCS vs OS/2 81 81 * 82 82 * version 1.1.1 from 01.04.2016 Silvan 83 83 * - remove -Zbin-files switch 84 * 85 * version 1.1.2 from 15.04.2016 Herwig 86 * - redirect lxlite output to build.lxl 87 * 84 88 */ 85 89 … … 92 96 93 97 /* init the version string (don't forget to change) */ 94 version = "1.1. 1"95 version_date = " 01.04.2016"98 version = "1.1.2" 99 version_date = "15.04.2016" 96 100 97 101 '@echo off' … … 409 413 if what = 'CRT' then do 410 414 address cmd "emxomfstrip -D " || substr(files.i, 1, length(files.i)-3) || "dbg " || files.i 411 address cmd "lxlite /ml1 /mf2 /ydd /yxd /b- " || files.i 415 ok = SysFileDelete("build.lxl") 416 address cmd "lxlite /ml1 /mf2 /ydd /yxd /b- " || files.i || "2>>build.lxl" 412 417 end 413 418  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  