home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / ISOFONTS / FONTS.ASM < prev    next >
Assembly Source File  |  1995-04-14  |  746b  |  23 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  4. ;
  5. ;    The following IBM OS/2 WARP source code is provided to you solely for
  6. ;    the purpose of assisting you in your development of OS/2 WARP device
  7. ;    drivers. You may use this code in accordance with the IBM License
  8. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  9. ;    Copyright statement may not be removed.;
  10. ;*****************************************************************************/
  11. ;       SCCSID = @(#)helv.asm    6.1 90/11/17
  12.     TITLE    FONTRES - Stub file to build a .FON resource file
  13.  
  14. .xlist
  15. include cmacros.inc
  16. .list
  17.  
  18. sBegin  CODE
  19.  
  20. sEND   CODE
  21.  
  22. end
  23.