Changeset 455


Ignore:
Timestamp:
Jul 28, 2003, 12:21:05 AM (22 years ago)
Author:
bird
Message:

#416: Check .a libraries too, they might be OMF you know. This makes life easier when porting stuff like doxygen.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r454 r455  
    3434#include <emx/getopt.h>
    3535#include <alloca.h>
     36
    3637#include "defs.h"
    3738
     
    425426                    szFilename[cchPath++] = '\\';
    426427
     428
     429
     430
     431
     432
     433
    427434                  strcat(strcpy(szFilename + cchPath, list->name), ".lib");
    428435                  fFound = !stat(szFilename, &s);
     
    431438                      strcat(strcpy(strcpy(szFilename + cchPath, "lib") + 3, list->name), ".lib");
    432439                      fFound = !stat(szFilename, &s);
     440
     441
     442
     443
     444
     445
     446
     447
     448
     449
     450
     451
     452
     453
     454
     455
     456
     457
     458
     459
     460
     461
     462
     463
     464
     465
     466
     467
     468
     469
     470
     471
     472
     473
     474
     475
     476
     477
     478
     479
     480
     481
     482
     483
    433484                    }
    434485                }
     
    437488
    438489      put_arg (fFound ? szFilename : list->name, TRUE, TRUE);
     490
    439491    } /* foreach list entry */
    440492}
     
    541593  char tmp[512], *t;
    542594  static char emxshell [200];
     595
     596
     597
     598
    543599
    544600  /* Drop EMXSHELL since it can point to a Unix shell which is bad for us */
Note: See TracChangeset for help on using the changeset viewer.