Changeset 344 for trunk/tools
- Timestamp:
- Mar 19, 2012, 1:13:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CreateImageZIPs.cmd
r309 r344 1 1 /*REXX*/ 2 2 3 say 'Don''t pack ct.sym!' 4 exit 3 ver_id = 'openjdk6_b24' 5 4 6 ver_id = 'openjdk6_b22' 7 8 build_id = 'ga-20110627' 5 build_id = 'ga2-20120319' 9 6 10 7 src_path = '..' … … 115 112 ncwd = directory(filespec('D', found.i)||, 116 113 strip(filespec('P', found.i), 'T', '\')) 117 ' mapsym' filespec('N', found.i)114 'call wmapsym.cmd' filespec('N', found.i) 118 115 rc2 = rc 119 116 call directory cwd … … 132 129 return rc 133 130 131 /* remove the mistakenly copied ct.sym file and its directory */ 134 132 if (\is_jre) then do 135 /* remove the mistakenly copied file and its directory */136 133 'del' aOut'_sym\lib\ct.sym' 137 134 if (rc == 0) then
Note:
See TracChangeset
for help on using the changeset viewer.