- Timestamp:
- Feb 3, 2010, 3:18:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/os2-g++/emxexpw.cmd
r381 r505 37 37 G.!DefaultTemplate =, 38 38 "LIBRARY ${name} INITINSTANCE TERMINSTANCE"G.!eol||, 39 "DESCRIPTION ' @#${vendor}:${version}#@ ${desc}'"G.!eol||,39 "DESCRIPTION '}'"G.!eol||, 40 40 "DATA MULTIPLE NONSHARED"G.!eol||, 41 41 "EXPORTS" … … 57 57 Opt.!DefFile = '' 58 58 Opt.!LibName = '' 59 Opt.!LibVersion = ' '59 Opt.!LibVersion = '' 60 60 Opt.!LibDesc = '' 61 Opt.!LibVendor = '' 61 Opt.!LibVendor = 'unknown' 62 Opt.!LibBldLevel = '' 62 63 Opt.!DefTemplate = '' 63 64 Opt.!DefMap = '' … … 289 290 str = Replace(str, '${desc}', Opt.!LibDesc) 290 291 str = Replace(str, '${vendor}', Opt.!LibVendor) 292 291 293 292 294 return str … … 599 601 parse arg options 600 602 603 604 601 605 call TokenizeString options, 'G.!opts' 602 606 … … 658 662 Opt.!Quiet = 1 659 663 end 664 665 666 660 667 otherwise 661 668 call Error "E_InvalidOption", o … … 675 682 drop G.!opts.0 676 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 677 714 return 678 715 … … 698 735 say ' -def <file> : Output DEF file [required]' 699 736 say ' -name <string> : Library name [default: DEF file name w/o ext]' 700 say ' -version <string> : Library version [default: none]'737 say ' -version <string> : Library version [default: ]' 701 738 say ' -desc <string> : Library description [default: none]' 702 say ' -vendor <string> : Library vendor [default: none]'739 say ' -vendor <string> : Library vendor [default: ]' 703 740 say ' -template <file> : DEF file template [default: none]' 704 741 say ' -map <file> : Input/output map file [default: none]' … … 731 768 say '- ${vendor} is replaced with the library vendor string;' 732 769 say '- ${exports} is replaced with the list of exported entries.' 770 771 772 773 774 775 776 777 778 733 779 734 780 call Done 0
Note:
See TracChangeset
for help on using the changeset viewer.