home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / nets202.zip / lxlite.cfg < prev    next >
Text File  |  1998-04-28  |  2KB  |  87 lines

  1. ;═════════════════════════════════════════════════════════════════════════════
  2. ;                         lxLite configuration file
  3. ;═════════════════════════════════════════════════════════════════════════════
  4. [default]
  5.  /anp:1 /b- /c:exclude /i- /n- /o-
  6.  /u+ /ydl /yxl /ynl /ybn /mr1 /ml1 /mf1 /mfa+
  7.  
  8. [unpack]
  9.  /ass /mfa-
  10.  
  11. [exclude]
  12.  /e:*.bak:os2boot:pmjpeg.exe:intercom.exe:nemo-os2.ini
  13.  /e:wc*.exe:w*asm*.exe:wpp*.exe:wbrg.exe:wrc.exe
  14.  
  15. [ver2x]
  16.  /anp:1 /mr2 /mln /mf1
  17.  
  18. [max]
  19.  /anp:1 /mr3 /ml1 /mf3
  20.  
  21. [auto]
  22.  /yur /yxd /ybn /ycp /ydd /lu /r
  23.  
  24. [newStub]
  25.  /anp:0 /d+ /f+ /ydl /yxl /mrn /mln /mfn /u- /zs
  26.  
  27. [minStub]
  28.  /c:newStub /t:stub_min.bin
  29.  
  30. [vdmStub]
  31.  /c:newStub /t:stub_vdm.bin
  32.  
  33. ;──────────────────────────────────────────────────────────────────────────
  34. ; Cfgs mostly for programmers: show executable structure in different ways
  35.  
  36. ; Show info like previous versions; for compatibility
  37. [info]
  38.  /mrn /mln /mfn /mfa- /f+ /u- /v-0+ /w-
  39.  
  40. ; Show everything about executable header
  41. [exehdr]
  42.  /c:info /v0123+ocrnmpef-
  43.  
  44. ; Show EVERYTHING
  45. [exemap]
  46.  /c:info /v0123ocrnmpef+
  47.  
  48. ; Show executable object map, export & import tables
  49. [map]
  50.  /c:info /v0123-ocrnmpe+f-
  51.  
  52. ; Show exported entries
  53. [exp]
  54.  /c:info /v0123oc-rn+mp-e+f-
  55.  
  56. ; Show imported entries
  57. [imp]
  58.  /c:info /v0123ocrn-mp+ef-
  59.  
  60. ; Show fixup table
  61. [fix]
  62.  /c:info /v0123ocrnmpe-f+
  63.  
  64. ; These options are used ONLY for modules that fits specific filemasks
  65. ;──────────────────────────────────────────────────────────────────────
  66. [dll
  67.  /*.dll:*.drv:*.fon:*.pdr:*.qpr]
  68.  /nbl /t /zs
  69.  
  70. ; Enable at your own risk! NE driver conversion seldom fails, but
  71. ; too often this leads to an absolutely unbootable system!
  72. ; Please keep handy a boot diskette if you'll try this.
  73. ;[pdd
  74. ; /*.add:*.flt:*.sys:*.snp:*.i13:*.dmd:*.ifs:*.os2]
  75. ; /nbl /jpnl /t /zs
  76.  
  77. ; Boxer for OS-2 and most Watcom C tools
  78. ; has useful extra data after end of LX structure
  79. [/b2.exe:wdisasm.exe:bpatch.exe:wlib.exe:parserv.exe
  80.  /wstrip.exe:wtouch.exe:wmake.exe:vi.exe:wlink.exe]
  81.  /yxl
  82.  
  83. ; A separate section for executables
  84. [exe
  85.  /*.exe]
  86.  /n+br-
  87.