home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hldevkit.zip / HLSTUB.REA < prev    next >
Text File  |  1992-04-28  |  396b  |  14 lines

  1. This file contains the library "stubs" for use with a compiler that does not
  2. support the #pragma pre-processor statement.
  3.  
  4. To use this file, it must be linked with your code with the other 
  5. "linker libraries" such as amiga.lib.
  6.  
  7. example:
  8.  
  9.         blink FROM test.o LIB lib:amiga.lib lib:hlstub.o TO test
  10.  
  11. This will cause only the modules referenced by test.o to be linked in to your
  12. final code.
  13.  
  14.