home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4625 < prev    next >
Encoding:
Text File  |  1992-08-31  |  742 b   |  20 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!well!shiva
  3. From: shiva@well.sf.ca.us (Kenneth Porter)
  4. Subject: tlink trivia
  5. Message-ID: <BtvzG8.L52@well.sf.ca.us>
  6. Summary: tlink can create 1.3 executables
  7. Sender: news@well.sf.ca.us
  8. Organization: Whole Earth 'Lectronic Link
  9. Date: Tue, 1 Sep 1992 06:31:20 GMT
  10. Lines: 8
  11.  
  12. When Borland created programming tools for Windows, it added the "/T"
  13. switch to tlink to specify the output file type.  You follow the 'T'
  14. with 'd' or 'w' for DOS or Windows.  You follow the 'd' or 'w' with
  15. 'c' (COM), 'e' (EXE), or 'd' (DLL).  On a whim, I tried substituting
  16. 'o' after the 'T' and checked the result with EXEHDR and, lo and
  17. behold, an OS/2 1.3 executable was produced!
  18.  
  19. Ken
  20.