Changeset 79


Ignore:
Timestamp:
May 1, 2003, 5:33:36 PM (22 years ago)
Author:
bird
Message:

CC and slashes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/misc/dllar.cmd

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r78 r79  
    9191                CFLAGS = GetLongArg();
    9292            when abbrev('cc', substr(tmp, 2), 1) then
    93                 CC = GetLongArg();
     93                CC = translate(GetLongArg(), '\', '/');
    9494            when abbrev('help', substr(tmp, 2), 1) then
    9595                call PrintHelp;
Note: See TracChangeset for help on using the changeset viewer.