Changeset 554


Ignore:
Timestamp:
Aug 8, 2003, 1:10:07 PM (22 years ago)
Author:
bird
Message:

RC.EXE don't process quotes like the rest of the world does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/emxomfld.c

    • Property cvs2svn:cvs-rev changed from 1.23 to 1.24
    r553 r554  
    833833                psz2++;
    834834            }
    835           else
    836             psz2++;
    837         }
     835          psz2++;
     836        }
     837
    838838      /* terminate and set psz2 to point to next */
    839839      if (*psz2)
     
    13301330      put_arg ("rc.exe", TRUE, FALSE);
    13311331      put_arg ("-n", FALSE, FALSE);
    1332       put_arg (res_fname, TRUE, TRUE);
    1333       put_arg (output_fname, TRUE, TRUE);
     1332      put_arg (res_fname, TRUE, FALSE);
     1333      put_arg (output_fname, TRUE, FALSE);
    13341334      arg_end ();
    13351335      rc = emxomfld_spawn (command_line, "Resource Linker");
Note: See TracChangeset for help on using the changeset viewer.