Changeset 455
- Timestamp:
- Jul 28, 2003, 12:21:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/emxomf/emxomfld.c (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomfld.c
-
Property cvs2svn:cvs-rev
changed from
1.10to1.11
r454 r455 34 34 #include <emx/getopt.h> 35 35 #include <alloca.h> 36 36 37 #include "defs.h" 37 38 … … 425 426 szFilename[cchPath++] = '\\'; 426 427 428 429 430 431 432 433 427 434 strcat(strcpy(szFilename + cchPath, list->name), ".lib"); 428 435 fFound = !stat(szFilename, &s); … … 431 438 strcat(strcpy(strcpy(szFilename + cchPath, "lib") + 3, list->name), ".lib"); 432 439 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 433 484 } 434 485 } … … 437 488 438 489 put_arg (fFound ? szFilename : list->name, TRUE, TRUE); 490 439 491 } /* foreach list entry */ 440 492 } … … 541 593 char tmp[512], *t; 542 594 static char emxshell [200]; 595 596 597 598 543 599 544 600 /* Drop EMXSHELL since it can point to a Unix shell which is bad for us */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
