Changeset 1103
- Timestamp:
- Dec 17, 2011, 11:35:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/os2-g++/runmapsym.cmd
r1101 r1103 21 21 end 22 22 23 aMapSymEXE = G.!args.124 aMapFile = G.!args.225 aSymFile = G.!args.323 aMapSymEXE = translate(G.!args.1, '\' , '/') 24 aMapFile = translate(G.!args.2, '\' , '/') 25 aSymFile = translate(G.!args.3, '\' , '/') 26 26 27 27 curDir = directory()
Note:
See TracChangeset
for help on using the changeset viewer.