Changeset 79
- Timestamp:
- May 1, 2003, 5:33:36 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/misc/dllar.cmd
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r78 r79 91 91 CFLAGS = GetLongArg(); 92 92 when abbrev('cc', substr(tmp, 2), 1) then 93 CC = GetLongArg();93 CC = translate(GetLongArg(), '\', '/'); 94 94 when abbrev('help', substr(tmp, 2), 1) then 95 95 call PrintHelp; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.