Changeset 1104
- Timestamp:
- Dec 17, 2011, 11:36:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/os2-g++/wmapsym.cmd
r954 r1104 3 3 * Creates a .SYM file from the Watcom .MAP file using IBM MAPSYM. 4 4 * 5 * Copyright (C) 2010 Dmitry A.Kuminov5 * Copyright (C) 2010-2011 Dmitry Kuminov 6 6 * 7 7 * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE … … 166 166 end 167 167 else do 168 parse value Normalize(line) with name class group addr size 168 parse value Normalize(line) with name rest 169 i = words(rest) 170 if (i == 2) then parse var rest addr size 171 else if (i == 3) then parse var rest group addr size 172 else parse var rest class group addr size 169 173 i = segments.0 + 1 170 174 segments.i.!name = name … … 234 238 cmdline 235 239 236 call DeleteFile G.IbmMapFile237 238 240 if (rc \= 0) then do 239 241 call SayErr 'Executing "'cmdline'" failed with code 'rc'.' 242 call SayErr 'Please check the contents of "'G.IbmMapFile'".' 240 243 call Done rc 241 244 end 245 246 call DeleteFile G.IbmMapFile 242 247 243 248 return
Note:
See TracChangeset
for help on using the changeset viewer.